From c435d6d75cf9a98c6c61bdc521f780dac67b4eb4 Mon Sep 17 00:00:00 2001 From: Audrey Finet Date: Wed, 15 Jan 2025 11:41:24 +0100 Subject: [PATCH] feat(own-web-server): Add a node.js version --- Solutions/challenge-webserver.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Solutions/challenge-webserver.md b/Solutions/challenge-webserver.md index 6131956..f1c4b21 100644 --- a/Solutions/challenge-webserver.md +++ b/Solutions/challenge-webserver.md @@ -18,4 +18,5 @@ The shared solutions: | 10 | [ccwebserver](https://github.com/ChristofBecu/CodingChallengesFYI.CCWEBSERVER-cpp) | C++ | [Christof Becu](https://github.com/ChristofBecu) | | 11 | [Build Your Own Web Server](https://github.com/sureshmangs/Build-Your-Own-X/tree/main/Web-Server/C%2B%2B) | C++ | [sureshmangs](https://github.com/sureshmangs) | | 12 | [serverRuby](https://github.com/apih99/serverRuby) | Ruby | [apih99](https://github.com/apih99) | +| 13 | [own-web-server](https://github.com/AudreyFI/own-web-server) | NodeJs(Typescript) | [AudreyFI](https://github.com/AudreyFI) |