# Introduction Welcome to **Building a Single-Threaded Web Server**. This lab is a part of the [Rust Book](https://doc.rust-lang.org/book/). You can practice your Rust skills in LabEx. In this lab, we will be building a single-threaded web server that uses the HTTP and TCP protocols to handle client requests and provide responses.
Click the virtual machine below to start practicing