mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
865b150c82
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> |
||
---|---|---|
.. | ||
hasura | ||
public | ||
src | ||
.gitignore | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md | ||
yarn.lock |
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.