Stone.js API
    Preparing search index...

    Wires the broadcaster side of realtime into the container.

    From stone.realtime it builds a RealtimeManager (with a default memory connection), publishes it process-wide and binds realtimeManager and realtime (the default broadcaster). The listener side is the light key-router from @stone-js/router: @RealtimeGateway (an alias of @KeyHandler) registers gateway methods there, and a WS adapter drives them through the kernel. The core is never touched: everything grafts here.

    Implements

    • IServiceProvider
    Index
    • Register the realtime broadcaster services.

      Returns Promiseable<void>