Compare commits

...

2 commits

Author SHA1 Message Date
Tomas Oh
ada7147e63
Merge de3f2a48fb into 294aef8fde 2026-02-22 10:40:22 +02:00
Tomas Oh
de3f2a48fb add: TCP to HTTP video resource 2026-01-12 10:04:48 -08:00

View file

@ -417,6 +417,7 @@ It's a great way to learn.
#### Build your own `Web Server`
* [**C#**: _Writing a Web Server from Scratch_](https://www.codeproject.com/Articles/859108/Writing-a-Web-Server-from-Scratch)
* [**Go**: _From TCP to HTTP | Full Course by @ThePrimeagen_](https://www.youtube.com/watch?v=FknTw9bJsXM)
* [**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)
* [**Node.js**: _lets-build-express_](https://github.com/antoaravinth/lets-build-express)