Skip to content

Real-time updates

When a value changes, the platform pushes update events over WebSocket channels.

The SDK updates its local cache and your app can react immediately.

Typical flow

  1. Value is updated through API or dashboard.
  2. The platform emits update events.
  3. Connected SDK clients receive the new value.
  4. Registered listeners run in your app.