[Add] Lightweight Web Server Learning

This commit is contained in:
cyh1998 2023-03-08 16:03:47 +08:00
parent 61fdc1c6d0
commit 8a96264892
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,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**: _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)