real-time-charts-with-flask
real-time-charts-with-flask copied to clipboard
Sample application for the blog "Creating Real-Time Charts with Flask"
Creating Real-Time Charts with Flask
Sample application for the blog Creating Real-Time Charts with Flask
Demo
Go to https://chart.ron.sh/ to see this in action.
Build and run
docker-compose build
docker-compose up # or "docker-compose up -d" to run in detached mode
Open http://127.0.0.1:5000/ in browser
Author
Ronie Martinez