Add web/ — PTY+WebSocket server, xterm.js PWA client, Dockerfile, and PyInstaller notes

This commit is contained in:
KansaiGaijin
2026-07-07 13:21:45 +12:00
parent dee742b1e4
commit 262292228e
11 changed files with 283 additions and 0 deletions

2
web/requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
fastapi>=0.115.0
uvicorn[standard]>=0.32.0