Which kind of broadcast group a RealtimeFrame addresses.
One backplane topic carries both, so a consumer must ignore the other kind rather than assume every frame is its own — a WebSocket room and an SSE channel may legitimately share a name.
Which kind of broadcast group a RealtimeFrame addresses.
One backplane topic carries both, so a consumer must ignore the other kind rather than assume every frame is its own — a WebSocket room and an SSE channel may legitimately share a name.
import { type RealtimeFrameKind } from "realtime-backplane-plugin/src/index.ts";