forked from iarv/mc-webui
- Add Flask-SocketIO backend with gevent for real-time communication - Create chat-style console UI showing only user's command responses - WebSocket commands tracked separately from HTTP API (ws_ prefix) - Console accessible from main menu as fullscreen modal - Command history navigation with arrow keys - Auto-reconnection on disconnect - Update service worker cache for offline support Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
# MeshCore Bridge - Minimal dependencies
|
|
Flask==3.0.0
|
|
Werkzeug==3.0.1
|
|
|
|
# WebSocket support for console
|
|
flask-socketio==5.3.6
|
|
python-socketio==5.10.0
|
|
python-engineio==4.8.1
|
|
gevent==23.9.1
|
|
gevent-websocket==0.10.1
|