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

@@ -12,6 +12,7 @@ dependencies = [
"fastapi",
"sqlmodel",
"uvicorn",
"websockets",
"python-multipart",
]