Compare commits

...

5 Commits

Author SHA1 Message Date
Erick Wendel
86048bf85b Merge 119160205e into a8bc6fbcf1 2025-07-11 15:38:42 +08:00
Vencyr Laurence Imbo Amores
a8bc6fbcf1 update to byox banner 2025-07-07 22:14:17 +08:00
Vencyr Laurence Imbo Amores
c56186ac2d update byox banner 2025-07-07 17:05:02 +08:00
Erick Wendel
119160205e add unshortened link
Signed-off-by: Erick Wendel <erick.workspace@gmail.com>
2022-07-25 11:47:28 -03:00
Erick Wendel
d1281a211a add websocket video
Signed-off-by: Erick Wendel <erick.workspace@gmail.com>
2022-07-25 11:16:54 -03:00

View File

@@ -1,4 +1,4 @@
[![Banner](https://codecrafters.io/images/byox-banner.gif)](https://codecrafters.io/github-banner)
[![Banner](https://codecrafters.io/images/updated-byox-banner.gif)](https://codecrafters.io/github-banner)
## Build your own &lt;insert-technology-here&gt;
@@ -401,6 +401,7 @@ It's a great way to learn.
* [**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)
* [**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**: _Lets Build A Web Server._](https://ruslanspivak.com/lsbaws-part1/)