You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.