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-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: 15 days ago
JSON representation

Sample application for the blog "Creating Real-Time Charts with FastAPI"

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:[email protected])

## References

- [Creating Real-Time Charts with Flask](https://github.com/roniemartinez/real-time-charts-with-flask)