method IRealtimeBackplane.publish
IRealtimeBackplane.publish(frame: RealtimeFrame): Promise<void>

Publishes a frame to every other subscribed instance.

The frame is not delivered back to this instance's own handlers — a local broadcast has already reached local members directly, and redelivering it would double-send.

Parameters

The frame to publish

Return Type

Promise<void>

Usage

import { type IRealtimeBackplane } from "common/src/index.ts";