2019-01-17 13:27:28 +03:00
# 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.
2019-06-14 12:07:00 +03:00
[![Edit chat-app ](https://codesandbox.io/static/img/play-codesandbox.svg )](https://codesandbox.io/s/github/hasura/graphql-engine/tree/master/community/sample-apps/realtime-chat?fontsize=14)
2019-01-17 13:27:28 +03:00
- [Fully working app ](https://realtime-chat.demo.hasura.app/ )
- [Backend ](https://realtime-chat.demo.hasura.app/console )
2020-04-21 10:08:19 +03:00
For a complete tutorial about data modelling, [check out this blog ](https://hasura.io/blog/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f ).
2019-01-17 13:27:28 +03:00