From ee3ec8318de36071ae74eab1ebc02b1507abc582 Mon Sep 17 00:00:00 2001 From: CodyCline Date: Tue, 4 Aug 2020 16:54:00 -0700 Subject: [PATCH] Add tutorial for rust webserver --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2661aa8..87956ef 100644 --- a/README.md +++ b/README.md @@ -390,7 +390,7 @@ * [**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