No description
html | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
rust-webserver
Very basic multithreaded TCP server in Rust.
See src/main.rs
. Server will listen for a certain number of connections on a
given TCP port, and then gracefully exit.
This project is taken from The Rust Book.
Run:
cargo run --release