An open API service indexing awesome lists of open source software.

https://github.com/pajaydev/real-time-cpu-load

Showing Real time cpu load using React and Node
https://github.com/pajaydev/real-time-cpu-load

cpu cpu-monitoring graph node react

Last synced: about 1 month ago
JSON representation

Showing Real time cpu load using React and Node

Awesome Lists containing this project

README

          

// Make sure to install Node in your system
// Used Socket.io for real time updates

1. Clone the project using git clone <>
2. npm install
3. All the dependencies will be downloaded
4. npm run build( to build all react files)
5. npm start ( run the server )
6. you can hit http://localhost:8000
7. If you are facing issues, kindly let me know