https://github.com/punkyoon/live-graph
Simple live graph with Flask and SocketIO
https://github.com/punkyoon/live-graph
flask google-charts graph live plot socket-io
Last synced: about 1 month ago
JSON representation
Simple live graph with Flask and SocketIO
- Host: GitHub
- URL: https://github.com/punkyoon/live-graph
- Owner: punkyoon
- License: unlicense
- Created: 2017-05-01T10:14:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T15:38:19.000Z (over 4 years ago)
- Last Synced: 2025-04-12T18:13:47.923Z (about 1 month ago)
- Topics: flask, google-charts, graph, live, plot, socket-io
- Language: HTML
- Homepage:
- Size: 18.6 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# live-graph
Simple live sensor graph with Flask and SocketIO
## Getting Started
### Install Python pacakages
```bash
$ pip install -r requirements.txt
```### Run server
```bash
$ python server.py
```Open `localhost:8000` and click the **start** button
#### Try it out
```bash
$ python client_test.py
```