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
- Value is updated through API or dashboard.
- The platform emits update events.
- Connected SDK clients receive the new value.
- Registered listeners run in your app.

