graphql-engine/community/sample-apps/realtime-chat-vue/README.md

12 lines
763 B
Markdown
Raw Normal View History

# 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 Vue and Apollo.
[![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-vue?fontsize=14)
- [Fully working app](https://realtime-chat-vue.hasura.app/)
- [Backend](https://realtime-chat.demo.hasura.app/console)
- For a tutorial how to do that check out this [blog post](https://dev.to/hasurahq/realtime-chat-app-with-vue-and-hasura-202h)
- For Vue and GraphQL course check out these [video series](https://dev.to/hasurahq/vue-and-graphql-with-hasura-video-course-3mpp)