Compare commits

...

3 Commits

Author SHA1 Message Date
AhanShankar
548413e2f6 Merge ab33c9050f into a8bc6fbcf1 2025-07-11 15:37:03 +08:00
AhanShankar
ab33c9050f fix formatting 2024-12-29 00:33:13 +05:30
AhanShankar
abc0d18d74 add creating websocket server from scratch in JS 2024-12-29 00:23:55 +05:30

View File

@@ -408,6 +408,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**: _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) * [**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/) * [**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 #### Uncategorized