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

https://github.com/maulingmonkey/rust_http_chat_server


https://github.com/maulingmonkey/rust_http_chat_server

http rust server-sent-events

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust_http_chat_server

Quick throwaway from-scratch demo of
[Server Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)
using nothing but
[std::net::TcpListener](https://doc.rust-lang.org/std/net/struct.TcpListener.html)
and the rest of the Rust standard library, without any kind of HTTP framework.

License

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.