Skip to content

Latest commit

 

History

History

04-hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Hello

A multithreaded web server that says “hello”.

Features

  • listening to the TCP connection and reading the request.
  • writing a response and returning HTML.
  • validating the request and selectively responding.
  • simulating a slow request.
  • improving throughput with a thread pool.
  • handling graceful shutdown.

Based on The Rust Programming Language by Steve Klabnik and Carol Nichols (2021).