graphql-engine/community/sample-apps/realtime-chat
Praveen Durairaju 865b150c82
noop: replace subdomain links with subpath (#3869)
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
2020-02-27 15:43:07 +05:30
..
hasura refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
public refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
src noop: replace subdomain links with subpath (#3869) 2020-02-27 15:43:07 +05:30
.gitignore refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
Dockerfile refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
package-lock.json Bump handlebars from 4.0.11 to 4.1.2 in /community/sample-apps/… (#2474) 2019-07-05 04:01:25 +00:00
package.json refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
README.md noop: replace subdomain links with subpath (#3869) 2020-02-27 15:43:07 +05:30
yarn.lock Bump handlebars from 4.0.11 to 4.1.2 in /community/sample-apps/… (#2474) 2019-07-05 04:01:25 +00:00

Realtime Chat using GraphQL Subscriptions

This is the source code for a fully working group chat app that uses subscriptions in Hasura GraphQL Engine. It is built using React and Apollo.

Edit chat-app

For a complete tutorial about data modelling, check out this blog.