Skip to content

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

Notifications You must be signed in to change notification settings

NewstellerBot/web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)).

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published