Build a multithreaded web server from scratch. Applies concurrency, smart pointers, and trait objects. Based on TRPL Chapter 20.
Based on The Rust Programming Language, Chapter 20
Content coming soon. This project will guide you through building a multithreaded web server from scratch, applying concepts from throughout the course including concurrency, smart pointers, traits, and error handling to create a working HTTP server with a thread pool.