Building real-time chat apps with GraphQL streaming subscriptions
With Hasura, you can create chat apps straight from your data models without the need of any other infrastructure. We have built out a realtime chat app that uses the Streaming Subscriptions feature in Hasura. It fetches the last 10 messages from the messages table and then streams all new messages using the newly added Streaming API.