add submission

This commit is contained in:
Erick Wendel 2022-07-25 11:40:13 -03:00
parent cf4ca0a2c6
commit cc3aef29c7
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
* [**C#**: _Writing a Web Server from Scratch_](https://www.codeproject.com/Articles/859108/Writing-a-Web-Server-from-Scratch)
* [**Node.js**: _Let's code a web server from scratch with NodeJS Streams_](https://www.codementor.io/ziad-saab/let-s-code-a-web-server-from-scratch-with-nodejs-streams-h4uc9utji)
* [**Node.js**: _lets-build-express_](https://github.com/antoaravinth/lets-build-express)
* [**Node.js**: _Building and testing a complete Node.js Rest API from scratch_](https://youtu.be/xR4D2bp8_S0)
* [**PHP**: _Writing a webserver in pure PHP_](http://station.clancats.com/writing-a-webserver-in-pure-php/)
* [**Python**: _A Simple Web Server_](http://aosabook.org/en/500L/a-simple-web-server.html)
* [**Python**: _Lets Build A Web Server._](https://ruslanspivak.com/lsbaws-part1/)