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
- Host: GitHub
- URL: https://github.com/pajaydev/real-time-cpu-load
- Owner: pajaydev
- License: mit
- Created: 2017-10-05T04:09:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T17:50:38.000Z (about 8 years ago)
- Last Synced: 2025-03-14T09:34:33.325Z (over 1 year ago)
- Topics: cpu, cpu-monitoring, graph, node, react
- Language: JavaScript
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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