Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roniemartinez/real-time-charts-with-flask
Sample application for the blog "Creating Real-Time Charts with Flask"
https://github.com/roniemartinez/real-time-charts-with-flask
chartjs flask python server-sent-events sse
Last synced: about 20 hours ago
JSON representation
Sample application for the blog "Creating Real-Time Charts with Flask"
- Host: GitHub
- URL: https://github.com/roniemartinez/real-time-charts-with-flask
- Owner: roniemartinez
- License: mit
- Created: 2019-04-30T13:55:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T14:49:22.000Z (9 days ago)
- Last Synced: 2025-01-03T02:16:58.994Z (8 days ago)
- Topics: chartjs, flask, python, server-sent-events, sse
- Language: HTML
- Homepage: https://ron.sh/creating-real-time-charts-with-flask/
- Size: 540 KB
- Stars: 77
- Watchers: 3
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creating Real-Time Charts with Flask
Sample application for the blog [Creating Real-Time Charts with Flask](https://ron.sh/creating-real-time-charts-with-flask/)
## Demo
Go to https://chart.ron.sh/ to see this in action.
## Build and run
```bash
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](mailto:[email protected])
## References
- [Flask Progress Example](https://github.com/djdmorrison/flask-progress-example)
- [Chart.js Line Chart](https://www.chartjs.org/samples/latest/charts/line/basic.html)