1. Download and install Rust 2. Create a new Rust project RUN > cargo new rust_web_server This will create a new folder and the project inside. RUN > cd rust_web_server 3. Create a basic TCP listener TCP listener listens on a specific port for INCOMING connections.