This is a POC Application for Managing the Real-time Data in React Application using Redux-Saga and Socket.IO. it is a simple To-Do Application which displays the data changes in All the Connected Devices
- Express
- SocketIO
- React
- Redux
- Redux-Saga
- MongoDB
cd client
npm install
npm run start
cd server
npm install
node server.js