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
- Host: GitHub
- URL: https://github.com/maulingmonkey/rust_http_chat_server
- Owner: MaulingMonkey
- License: other
- Created: 2022-06-18T00:04:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T01:57:12.000Z (over 1 year ago)
- Last Synced: 2025-03-16T09:16:16.998Z (7 months ago)
- Topics: http, rust, server-sent-events
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE-APACHE
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.