mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
40f4b8003e
https://github.com/hasura/graphql-engine-mono/pull/2137 GitOrigin-RevId: 83c2ef3a24a57a53f33e9b272bebf20341c5fc9b |
||
---|---|---|
.. | ||
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.