This workshop is aimed at beginners of the Rust programming language who however have experience in other languages. We will build a multithreaded webserver.
Setup Rust and an empty Hello World
project
Listen to incoming requests, handling them one at a time
Adding some simple multithreading into the equation
Using a threadpool for more resource efficient concurrency