A simple web application built with Rust, demonstrating basic server functionalities using a thread pool to spawn predetermined numbers of threads while continuously deploying "workers" to handle each connection.
- Rust (version 1.70 or later) installed via rustup
- Cargo (comes with Rust)
- Clone the repository:
git clone https://github.com/BrinkOfSecondBailout/Rust_Webapp.git cd Rust_Webapp - Build the project:
cargo build
-
Start the server:
cargo runThe app will listen on
http://localhost:7878by default. -
Open your browser and navigate to
http://localhost:7878to see the home page.