SSE¶
Description¶
Server-Sent Events (SSE) allow servers to push real-time updates to web clients over a single, long-lived
HTTP connection. It provides unidirectional communication from server to client using a simple
text-based protocol, making it ideal for live feeds, notifications, and real-time data streams.
Command List¶
- SSE::field - provides the ability to create, read, update, and delete individual fields on a Server Sent Events (SSE) message