reduxsaga-socket icon indicating copy to clipboard operation
reduxsaga-socket copied to clipboard

Real-Time Data Management in React App using Redux-saga and Socket.IO

Real-Time Data Management in React App using Redux-saga and Socket.IO

Description

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

Demo

Demo

Technologies Used

- Express
- SocketIO
- React
- Redux
- Redux-Saga
- MongoDB

To Run Client App

 cd client
 npm install
 npm run start

To run Server

 cd server
 npm install
 node server.js