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

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

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
```