A simple demo of real-time chat using GraphQL Subscriptions.
This demo Chat app is powered by AWS AppSync.
https://grahammcculloch.github.io/realtime-chat/
- Install dependencies
npm install - Start the development server
npm run start - OR build dist
npm run build