From abc0d18d743109b033aa1d88b791c9fc0355c4f4 Mon Sep 17 00:00:00 2001 From: AhanShankar Date: Sun, 29 Dec 2024 00:23:55 +0530 Subject: [PATCH 1/2] add creating websocket server from scratch in JS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee4ed8880..e8a588444 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ It's a great way to learn. * [**Python**: _Building a basic HTTP Server from scratch in Python_](http://joaoventura.net/blog/2017/python-webserver/) * [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html) * [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) +* [**JavaScript**: _Building a WebSocket server from scratch, using only the RFC document_]https://medium.com/@ahanshankar/creating-a-websocket-server-using-only-the-rfc-doc-part-1-handshakes-6cbbe16552e5) #### Uncategorized From ab33c9050f2742a22c37687d00f42cf21d9f0d66 Mon Sep 17 00:00:00 2001 From: AhanShankar Date: Sun, 29 Dec 2024 00:33:13 +0530 Subject: [PATCH 2/2] fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8a588444..1dc61d99d 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ It's a great way to learn. * [**Python**: _Building a basic HTTP Server from scratch in Python_](http://joaoventura.net/blog/2017/python-webserver/) * [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html) * [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) -* [**JavaScript**: _Building a WebSocket server from scratch, using only the RFC document_]https://medium.com/@ahanshankar/creating-a-websocket-server-using-only-the-rfc-doc-part-1-handshakes-6cbbe16552e5) +* [**JavaScript**: _Building a WebSocket server from scratch, using only the RFC document_](https://medium.com/@ahanshankar/creating-a-websocket-server-using-only-the-rfc-doc-part-1-handshakes-6cbbe16552e5) #### Uncategorized