/simple-web-server

The final project from The Rust Programming Language

Primary LanguageRust

About

Nothing special, just the multithreaded web server from the book - Final Project: Building a Multithreaded Web Server

Why?

It's an exercise. As stated in the book this implementation is not production ready but shows different concepts and gives an overview how some "real-world" web servers work.