Bare-bones flask app using socket.io to stream data to client drawing charts with Chartist.js!
When you need real-time signal data on a webpage. Flask + socketio + chartist.js is a killer combo. Here’a bare-bones flask app using socket.io to stream data to client drawing charts with Chartist.js! This example is ready to rock and roll! Install required python packages and run main.py. From there start hacking and make something amazing!
Install dependencies listed in the requirement.txt file. Make sure to install the correct version!
$ pip install -r requirements.txt
