| Crates.io | hyper-usse |
| lib.rs | hyper-usse |
| version | 0.3.2 |
| created_at | 2019-11-16 16:10:46.707322+00 |
| updated_at | 2020-02-17 13:02:47.108384+00 |
| description | SSE (Server Sent Events) server library for Hyper, simpler than hyper-sse. |
| homepage | |
| repository | https://github.com/koxiaet/hyper-usse |
| max_upload_size | |
| id | 181839 |
| size | 39,619 |
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.
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.
Dual-licensed under MIT License and Apache 2.0.