hyper-usse

Crates.iohyper-usse
lib.rshyper-usse
version0.3.2
sourcesrc
created_at2019-11-16 16:10:46.707322
updated_at2020-02-17 13:02:47.108384
descriptionSSE (Server Sent Events) server library for Hyper, simpler than hyper-sse.
homepage
repositoryhttps://github.com/koxiaet/hyper-usse
max_upload_size
id181839
size39,619
(Kestrer)

documentation

https://docs.rs/hyper-usse

README

DO NOT USE THIS LIBRARY. Use instead a combination of Body::wrap_stream and tokio::sync::broadcast, and either build the events manually or use uhttp_sse.

hyper-usse

An SSE (server sent events) server for use with Hyper, simpler than hyper-sse.

See examples for some examples of how to use this library.

License

Dual-licensed under MIT License and Apache 2.0.

Commit count: 8

cargo fmt