From d1281a211acf8fc60a8275a6adb380717e759d5a Mon Sep 17 00:00:00 2001 From: Erick Wendel Date: Mon, 25 Jul 2022 11:16:54 -0300 Subject: [PATCH 1/2] add websocket video Signed-off-by: Erick Wendel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9ac000..92c2de5 100644 --- a/README.md +++ b/README.md @@ -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 a Complete WebSocket App From Scratch_](https://bit.ly/websockets-with-nodejs-from-scratch) * [**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**: _Let’s Build A Web Server._](https://ruslanspivak.com/lsbaws-part1/) From 119160205e050e4ea99da04a7d2b10200784aa7c Mon Sep 17 00:00:00 2001 From: Erick Wendel Date: Mon, 25 Jul 2022 11:46:29 -0300 Subject: [PATCH 2/2] add unshortened link Signed-off-by: Erick Wendel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c2de5..b2b084b 100644 --- a/README.md +++ b/README.md @@ -370,7 +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 a Complete WebSocket App From Scratch_](https://bit.ly/websockets-with-nodejs-from-scratch) +* [**Node.js**: _Building a Complete WebSocket App From Scratch_](https://youtu.be/qFoFKLI3O8w) * [**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**: _Let’s Build A Web Server._](https://ruslanspivak.com/lsbaws-part1/)