This commit is contained in:
荏苒何从cc 2025-04-11 16:26:17 -03:00 committed by GitHub
commit 47cf6ca669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -397,6 +397,7 @@ It's a great way to learn.
#### Build your own `Web Server`
* [**C++**: _Lightweight Web Server Learning_](https://github.com/qinguoyi/TinyWebServer)
* [**C#**: _Writing a Web Server from Scratch_](https://www.codeproject.com/Articles/859108/Writing-a-Web-Server-from-Scratch)
* [**Node.js**: _Build Your Own Web Server From Scratch In JavaScript_](https://build-your-own.org/webserver/)
* [**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)