Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 246 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 246 Bytes

Web Server in Rust

This repo carries out the final chapter of the Rust Lang Book which aims to build a multi-threaded web server in Rust. To spin up the application, run cargo run and go to http://localhost:7878/ in your browser.