Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 452 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 452 Bytes

FastAPI SSE POC

Development

Requirements: UV

cd position-tracking-backend
uv sync
uv run fastapi dev

Uv will take care of all the package installs

Server Sent Events (SSE)

References

Basic Docs

SSE Django