graphql-engine/community/examples/realtime-chat
2018-09-13 12:00:07 +05:30
..
public add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
src add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
.gitignore add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
package.json add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
README.md add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
yarn.lock add community boilerplates and examples (#430) 2018-09-13 12:00:07 +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 complete tutorial about data modelling, check out this blog.