Quiz Entry - updated: 2026.07.30
What does SSE (Server-Sent Events) mean?
A mechanism for a server to push real-time updates to subscribed clients over a persistent connection.
In Noumena, when a protocol's state changes, an SSE is emitted; consumers subscribe to update a UI or notify external systems. It is the real-time alternative to periodically polling the runtime for state changes.