src/dazzle_ui/runtime/realtime_client.py¶
Generated: 2026-03-30T04:38:49.129757+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_ui
Purpose¶
Real-time client JavaScript generator for DNR-UI.
Generates JavaScript code for WebSocket communication, presence, and optimistic updates.
NOTE: The JavaScript has been modularized into static/js/realtime.js. This module now loads from that file via js_loader.py. The REALTIME_CLIENT_JS variable is...
Key Exports¶
get_realtime_client_jsgenerate_realtime_init_js
Dependencies¶
Imports¶
No imports detected.
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.pytests/unit/test_runtime_services.pytests/unit/test_runtime_mcp_tools.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.