From b8321fe44c35c22ae6747cb5ad3f34cf39c2b663 Mon Sep 17 00:00:00 2001 From: mohsen Date: Wed, 24 Jun 2026 07:53:02 -0700 Subject: [PATCH] Update readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a2e252..f30b81b 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ It's a great way to learn. * [**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) * [**PHP**: _Writing a webserver in pure PHP_](http://station.clancats.com/writing-a-webserver-in-pure-php/) +* [**Python**: _A simple Http and Wsgi server._](https://github.com/mohsen481/webserver) * [**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/) * [**Python**: _Web application from scratch_](https://defn.io/2018/02/25/web-app-from-scratch-01/)