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.
- Big Thanks https://github.com/tannerlinsley/react-table/tree/v7.2.2 for providing material ui bootstrap enhanced table using react js
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.
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
http://localhost:3001
http://localhost:3000
MIT.