forked from genewildish/Mainline
Story: WebSocket Display Backend #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a user
I want to view mainline in a web browser
So that I can display on devices without terminal
Acceptance Criteria:
Technical Tasks:
engine/display/backends/websocket.py: WebSocketDisplayclient/index.html: Browser client with ANSI parsingengine/display/__init__.py: Registry discovers websockettest_websocket.py,test_websocket_e2e.pyADR: ADR-004: Display Protocol Pattern