LazyerIJ / SocketIO_Dynamic_Graph

send data and draw graph with flask and socketIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask SocketIO + Chart.js

  1. pip3 install -r requiements.txt

  2. run server

    • cd server
    • python3 app.py
  3. Open Browser http://127.0.0.1:8010

  4. test client

    • cd client
    • python3 test.py

capture

About

send data and draw graph with flask and socketIO


Languages

Language:HTML 59.2%Language:Python 40.8%