- matrix-presence-aggregator v2 with SSE endpoint - Created @presence_daemon Matrix user - SSE proxy in Next.js /api/presence/stream - Updated frontend to use SSE instead of WebSocket - Real-time city online count and room presence
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
fastapi==0.115.0
|
|
uvicorn[standard]==0.30.0
|
|
httpx==0.27.0
|
|
pydantic==2.9.0
|
|
psycopg2-binary==2.9.9
|
|
SQLAlchemy==2.0.35
|
|
python-dotenv==1.0.1
|
|
|