mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
10 lines
475 B
Markdown
10 lines
475 B
Markdown
# 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.
|
|
|
|
- [Fully working app](https://realtime-chat.demo.hasura.app/)
|
|
- [Backend](https://realtime-chat.demo.hasura.app/console)
|
|
|
|
For a complete tutorial about data modelling, [check out this blog](https://blog.hasura.io/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).
|
|
|