diff --git a/README.md b/README.md index c913b3b..27596a2 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Python**: _Building a basic HTTP Server from scratch in Python_](http://joaoventura.net/blog/2017/python-webserver/) * [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html) * [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) - +* [**Rust**: _Building a Multithreaded Webserver in Rust_](https://doc.rust-lang.org/book/ch20-00-final-project-a-web-server.html) #### Uncategorized