Skip to content

jotare/hello-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Web Server

The Hello Web Server comes from the chapter 20 of The Rust Programming Language book. In this final chapter, a multithreaded web server is built.

As usual with other Rust projects, you can compile and run it with cargo:

cargo build --release
cargo run

The server will run at http://127.0.0.1:7878.

Releases

No releases published

Packages

No packages published