codecrafters-io / build-your-own-x

Master programming by recreating your favorite technologies from scratch.
https://codecrafters.io
308.68k stars 28.86k forks source link

Rust Book - Final Project: Writing a Multithreaded Web Server #604

Open twotxh opened 3 years ago

twotxh commented 3 years ago

Main programming language

Rust

Tutorial title

Building a Multithreaded Web Server

Tutorial URL

https://doc.rust-lang.org/book/ch20-00-final-project-a-web-server.html

Category

TeHMoroS commented 3 years ago

I've been over this a while back. It simple, yet surprisingly informative. And you actually write a simple, multi-threaded web server. Aside from being a sum-up of what the book wants you to learn about Rust, it's also a nice starting point into understanding how web servers work.