Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 376 Bytes

web-server

A simple web server for educational purposes of learning parallel programming.

usage

Run when in the project folder

cargo run

Then, go to your favorite web browser and go to http://127.0.0.1:3000 to see the hello.html or try http://127.0.0.1:3000/sleep for sleeping option (be sure to send another request to see how multithreading works :)).