Open twotxh opened 3 years ago
I've been over this a while back. It simple, yet surprisingly informative. And you actually write a simple, multi-threaded web server. Aside from being a sum-up of what the book wants you to learn about Rust, it's also a nice starting point into understanding how web servers work.
Main programming language
Rust
Tutorial title
Building a Multithreaded Web Server
Tutorial URL
https://doc.rust-lang.org/book/ch20-00-final-project-a-web-server.html
Category