Broadcast

Noun · Development

Definitions

  1. A communication pattern where one sender delivers the same message or signal to multiple recipients instead of to a single consumer. Broadcast behavior appears in networks, event systems, UI state updates, and distributed coordination mechanisms.

    In plain English: Sending the same message or signal to many recipients at once.

    Example: "The service used a broadcast to notify every connected websocket client that the feature flag state had changed."

Related Terms