Implementation : rust-book.cs.brown.edu
- Multi-threaded architecture using a thread pool.
- TCP listener for handling incoming connections.
- Serves static HTML files (index.html, 404.html).
- Basic HTTP response formatting.
Prerequisite is to install rust-lang using rustup
- Clone the repository
git clone https://github.com/adityaxxz/multithreaded-web-server.git cd multithreaded-web-server
- Run the server:
cargo run
- Access the server at
http://localhost:7878
Contributions are welcome! Please submit a pull request or create an issue for any bugs or feature requests.