Server API

Broadcast

Server-to-client unreliable events — use Broadcast for high-frequency updates where an occasional dropped frame is acceptable. Use Push for guaranteed delivery.

local broadcast = RoExpress("Broadcast")

See also

Listener | client-side receiver  ·  Push | guaranteed reliable delivery  ·  TokenBucket | rate limiting  ·  Gun Example | Broadcast for hit FX  ·  Streaming Example | Broadcast for position fan-out