graphql-engine/community/sample-apps/realtime-chat
2019-08-14 07:05:44 +00:00
..
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 community: update paths for sample-apps (close #1915) (#2723) 2019-08-14 07:05:44 +00:00
.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 community: update sample apps for codesandbox compatibility (#2377) 2019-06-14 14:37:00 +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.