graphql-engine/community/sample-apps/realtime-chat
2019-01-30 12:57:29 +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 fix a typo in realtime chat sample app (#1522) 2019-01-30 12:57:29 +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 refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
package.json refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
README.md refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
yarn.lock refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30

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.

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