graphql-engine/community/examples/realtime-chat
2018-11-08 12:06:53 +05:30
..
public add a footer to chat app with a hasura logo (#752) 2018-10-15 16:28:49 +05:30
src allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
.gitignore add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
package-lock.json add a footer to chat app with a hasura logo (#752) 2018-10-15 16:28:49 +05:30
package.json add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
README.md fix some grammatical and spelling mistakes (#958) 2018-11-08 12:06:53 +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 a complete tutorial about data modelling, check out this blog.