Skip to content

Multithreaded web server from The Rust Programming Language

Notifications You must be signed in to change notification settings

chas-bean/hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello

Practice project from The Rust Programming Language, Chapter 20. The project is to make a quick multi-threaded HTTP server using only the standard library

cargo run

Connect to the server at localhost:7878

Manual Testing

Sleep the server for 5 secs at localhost:7878/sleep to test the thread pool with multiple simultaneous requests

About

Multithreaded web server from The Rust Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published