Skip to content

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

Notifications You must be signed in to change notification settings

ruman/reduxsaga-socket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 10.6%
  • CSS 5.3%