src/dazzle_back/runtime/subsystems/websocket.py¶
Generated: 2026-03-30T04:38:48.508677+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
WebSocket / real-time subsystem (placeholder).
Reserved for mounting WebSocket and Server-Sent Events routes for real-time entity presence, notifications, and live updates. Not enabled by default — callers may subclass or replace this subsystem.
Key Exports¶
WebSocketSubsystemstartupshutdown
Dependencies¶
Imports¶
loggingdazzle_back.runtime.subsystems.SubsystemContext
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
No related tests found.
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.