Simple web server written in Rust
- Lightweight and fast
- Supports basic routing
- Handles static files
- Install Rust from rustup.rs
- Clone the repository
git clone https://github.com/Sok205/RustWebServer.git
cd RustWebServer- Build the project
cargo build --release- Run the server
cargo run --releaseOpen your web browser and navigate to http://localhost:7878 to see the server in action.