Skip to main content

Crate tako_rs_streams

Crate tako_rs_streams 

Source
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.
wsNon-compio
WebSocket connection handling and message processing. WebSocket connection handling and message processing utilities.