Expand description
Streaming and upgrade transports for the Tako framework.
WebSocket, Server-Sent Events, file streaming, static file serving, and
WebTransport implementations. Re-exported under the original tako::* paths
via the umbrella crate.
Modulesยง
- sse
- Server-Sent Events (SSE) support for real-time communication. Server-Sent Events (SSE) implementation conforming to the W3C EventSource specification.
- static
- Static file serving utilities. Static file serving utilities for web applications.
- ws
Non- compio - WebSocket connection handling and message processing. WebSocket connection handling and message processing utilities.