Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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"

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)