A lightweight, multi-threaded HTTP server implementation in Rust that handles basic HTTP requests and serves static files.
- Clone the repository:
git clone https://github.com/rumbleFTW/rust-http-server.git
- Navigate to the project directory:
cd rust-http-server
- Build the project:
cargo build
- Run the server:
cargo run
To start the server, run the cargo run
command. The server will listen on port 8080 by default.
You can configure the server by editing the src/main.rs
file.
This project is open-sourced under the MIT License - see the LICENSE file for details.