2019-04-05 09:46:29 +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 Vue 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-vue?fontsize=14)
|
|
|
|
|
2019-04-05 09:46:29 +03:00
|
|
|
- [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)
|