hyper-usse 0.3.2

SSE (Server Sent Events) server library for Hyper, simpler than hyper-sse.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
**DO NOT USE THIS LIBRARY**. Use instead a combination of
[`Body::wrap_stream`](https://docs.rs/hyper/0.13.2/hyper/body/struct.Body.html#method.wrap_stream)
and [`tokio::sync::broadcast`](https://docs.rs/tokio/0.2.11/tokio/sync/broadcast/index.html), and
either build the events manually or use [`uhttp_sse`](https://crates.io/crates/uhttp_sse).

# hyper-usse

An SSE (server sent events) server for use with Hyper, simpler than [hyper-sse](https://crates.io/crates/hyper-sse).

See [examples](https://github.com/koxiaet/hyper-usse/tree/master/examples) for some examples of how to use this library.

## License

Dual-licensed under MIT License and Apache 2.0.