https://github.com/pythonicninja/cpu_meter
https://github.com/pythonicninja/cpu_meter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythonicninja/cpu_meter
- Owner: PythonicNinja
- License: mit
- Created: 2017-06-11T22:47:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T00:35:51.000Z (about 9 years ago)
- Last Synced: 2025-03-30T02:23:14.837Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpu_meter

# requirements
python3.5
# usage:
## easy:
./run.sh
## manual:
1. run websocket server:
python3 server.py
2. run static server:
python3 -m http.server
3. open web browser
open http://localhost:8000/client.html