Realtime chat app using Node, Graphql, Subscriptions and React on the front-end
This is a code repository for corresponding tutorial video. In this tutorial we will learn how to use subscriptions in express-graphql and make a Realtime chat application using it.
cd ./server
npm install
json-server --watch db.json --port 3003
cd ./server
node server.js
cd ./frontend
npm install
npm start
The starter folder contains the starter code to follow along with the video tutorial at https://youtu.be/r5KY5m5OXsI
Pull requests are welcome.