Server-Sent Events for instant flag and config changes. Your SDKs stay up to date without polling.
Every change streams to connected clients the moment it happens.
Industry-standard SSE protocol. The same approach used by LaunchDarkly and Flagsmith.
Flip a flag, update a config, or edit an AI prompt in the FlagDash dashboard.
The server broadcasts the change to all connected SSE streams for that environment.
Every connected SDK receives the update. No polling, no stale cache, no manual refresh.
Traditional flag services require your app to poll for changes every few seconds. That means wasted requests, delayed updates, and unnecessary server load.
Server-Sent Events stream changes the moment they happen. Toggle a flag in the dashboard and every connected client updates instantly — no round-trips.
Open an SSE connection and receive flag and config changes as they happen. Or use the SDK with
realtime: true
for automatic handling.
Toggle a flag in the dashboard and every connected client updates in milliseconds.
Industry-standard SSE protocol, used by LaunchDarkly and Flagsmith. One-way server-to-client streaming over HTTP.
Flag toggles, config changes, and AI config updates push to all connected clients within milliseconds.
Exponential backoff reconnection built into every SDK. Connections recover gracefully from network interruptions.
Works with JavaScript, React, Node.js, Go, and Python SDKs. Enable with a single option: realtime: true.
SSE is simpler than WebSockets. No bidirectional protocol, no upgrade handshake, no sticky sessions required.
Works through proxies, load balancers, and CDNs. Standard HTTP — no special infrastructure required.
Real-time flag and config updates out of the box. Set up in under 5 minutes.