Add tutorial for rust webserver

This commit is contained in:
CodyCline 2020-08-04 16:54:00 -07:00
parent 2ec87972e3
commit ee3ec8318d
1 changed files with 1 additions and 1 deletions

View File

@ -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