Skip to content

katturajam/sse-reactjs-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Sent Event with ReactJs

The project developed using nodejs server sent events and live event data displayed into data table using reactjs.

This project was bootstrapped with Create React App and Rescripts.

You can:

It demonstrates client side pagination, sorting, global search, add row, and delete row.

Here i have integrated the nodejs http server sent events with reactjs to display the stream of event data into table in live.

Usage

1). Clone the source code

2). Navigate to project directory and install node module dependencies

npm install

3). Now start the backend and fronend service using below command

npm start

Backend Service running at

http://localhost:3001

Frontend Service running at

http://localhost:3000

License

MIT.