aim_server_sse library

Server-Sent Events (SSE) support for the Aim framework.

This package provides SSE functionality for Aim, allowing you to send real-time updates from the server to clients using the standard Server-Sent Events protocol.

Classes

SseEvent
Represents a Server-Sent Events (SSE) message.
SseStream
A stream wrapper for sending Server-Sent Events.

Extensions

SseContext on Context<E>
Extension on Context to add SSE support.