graphql-engine/community/sample-apps/realtime-chat
Praveen Durairaju 40f4b8003e community: fix sample apps metadata for v3 config
https://github.com/hasura/graphql-engine-mono/pull/2137

GitOrigin-RevId: 83c2ef3a24a57a53f33e9b272bebf20341c5fc9b
2021-08-19 03:46:59 +00:00
..
hasura community: fix sample apps metadata for v3 config 2021-08-19 03:46:59 +00:00
public add github workflow to compress new images in PRs 2021-03-10 20:55:02 +00:00
src add github workflow to compress new images in PRs 2021-03-10 20:55:02 +00:00
.gitignore refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
Dockerfile refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
package-lock.json Bump handlebars from 4.0.11 to 4.1.2 in /community/sample-apps/… (#2474) 2019-07-05 04:01:25 +00:00
package.json refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
README.md community: fix blog link in realtime chat app readme (#4494) 2020-04-21 12:38:19 +05:30
yarn.lock Bump handlebars from 4.0.11 to 4.1.2 in /community/sample-apps/… (#2474) 2019-07-05 04:01:25 +00: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.

Edit chat-app

For a complete tutorial about data modelling, check out this blog.