Skip to content

How the platform works

The platform delivers configuration through SDK clients that communicate with a configuration API and maintain a live update channel.

mermaid
flowchart TD
  A[Your App] --> B[SDK]
  B --> C[Configuration API]
  C --> D[WebSocket updates]

This model provides low-latency reads with controlled consistency and update propagation.