From ce3ca8b91e4d5d5060ede07c15370be863d9d0fe Mon Sep 17 00:00:00 2001 From: Roberto Bianchi Date: Sat, 26 May 2018 18:11:07 +0200 Subject: [PATCH] Update README with link about Web Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5dcb67b..2db34d2 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ * [**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**: _How to Build a Simple Web Server with Node.js_](https://www.sitepoint.com/build-a-simple-web-server-with-node-js/) * [**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/)