Wires the isomorphic RealtimeClient into the container (the frontend counterpart of
RealtimeServiceProvider).
From stone.realtime.url it builds a RealtimeClient and binds it as realtime, so the
frontend domain emits and listens through the exact same Broadcaster API as the backend.
The concrete transport (a WebSocket) is the context; the domain never sees it.
Wires the isomorphic RealtimeClient into the container (the frontend counterpart of RealtimeServiceProvider).
From
stone.realtime.urlit builds a RealtimeClient and binds it asrealtime, so the frontend domain emits and listens through the exact same Broadcaster API as the backend. The concrete transport (a WebSocket) is the context; the domain never sees it.