graphql-engine/community/sample-apps/realtime-chat-vue
Rikin Kachhia 3696d92743 add github workflow to compress new images in PRs
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: cfef3585b120d82cafe5343cfceddbcd05969a15
2021-03-10 20:55:02 +00:00
..
public add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
src add github workflow to compress new images in PRs 2021-03-10 20:55:02 +00:00
.browserslistrc add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
.eslintrc.js add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
.gitignore add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
babel.config.js add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
package-lock.json add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
package.json add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
postcss.config.js add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
README.md community: update sample apps for codesandbox compatibility (#2377) 2019-06-14 14:37:00 +05:30

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