Go to file
2023-07-03 16:44:57 -05:00
html initial commit 2023-07-03 16:44:57 -05:00
src initial commit 2023-07-03 16:44:57 -05:00
.gitignore initial commit 2023-07-03 16:44:57 -05:00
Cargo.lock initial commit 2023-07-03 16:44:57 -05:00
Cargo.toml initial commit 2023-07-03 16:44:57 -05:00
LICENSE Initial commit 2023-07-03 21:33:55 +00:00
README.md initial commit 2023-07-03 16:44:57 -05:00

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