An open API service indexing awesome lists of open source software.

https://github.com/cablehead/hyper-examples


https://github.com/cablehead/hyper-examples

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# hyper-examples

Various experiments to help me learn hyper, particularly the new [hyper v1](https://seanmonstar.com/blog/hyper-v1/)

- [broadcast](./broadcast/src/main.rs): stream the current time to all connections using tokio::sync::broadcast
- [watch](./watch/src/main.rs): stream the current time to all connections using tokio::sync::watch