Stone.js API
    Preparing search index...

    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.

    Implements

    • IServiceProvider
    Index
    • Register the realtime client.

      Returns Promiseable<void>

      When stone.realtime.url is not configured.