feat(ws): implement full duplex bi-directional WebSocket proxy bridge supporting subdomains and path-based routing

This commit is contained in:
bolbol
2026-08-20 15:04:12 +01:00
parent 442e128450
commit 23168a13e8
3 changed files with 134 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@ fastapi==0.141.1
starlette==1.6.0
uvicorn[standard]==0.52.4
httpx==0.28.1
websockets==17.0.1
jinja2==3.1.6
pyyaml==6.0.3
pydantic==2.13.4