From de3f2a48fba5631503b7f3f14f00eadc73e43445 Mon Sep 17 00:00:00 2001 From: Tomas Oh Date: Mon, 12 Jan 2026 10:04:48 -0800 Subject: [PATCH] add: TCP to HTTP video resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd679f7..b662ba1 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,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)