Websockets instead of polling

This commit is contained in:
2026-06-12 06:19:22 -07:00
parent b72aea9747
commit ba6bf35579
8 changed files with 128 additions and 8 deletions

View File

@@ -48,6 +48,7 @@
fastapi
sqlmodel
uvicorn
websockets
python-multipart
httpx
];