https://github.com/roniemartinez/real-time-charts-with-fastapi
Sample application for the blog "Creating Real-Time Charts with FastAPI"
https://github.com/roniemartinez/real-time-charts-with-fastapi
chartjs fastapi python server-sent-events sse
Last synced: 6 months ago
JSON representation
Sample application for the blog "Creating Real-Time Charts with FastAPI"
- Host: GitHub
- URL: https://github.com/roniemartinez/real-time-charts-with-fastapi
- Owner: roniemartinez
- License: mit
- Created: 2022-03-20T02:04:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T20:38:09.000Z (7 months ago)
- Last Synced: 2025-04-02T21:49:11.854Z (6 months ago)
- Topics: chartjs, fastapi, python, server-sent-events, sse
- Language: HTML
- Homepage: https://ron.sh/creating-real-time-charts-with-fastapi/
- Size: 231 KB
- Stars: 65
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creating Real-Time Charts with FastAPI
Sample application for the blog [Creating Real-Time Charts with FastAPI](https://ron.sh/creating-real-time-charts-with-fastapi/)
## Demo
Go to https://fastapi.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:ronmarti18@gmail.com)
## References
- [Creating Real-Time Charts with Flask](https://github.com/roniemartinez/real-time-charts-with-flask)