Compare commits

...

3 Commits

Author SHA1 Message Date
AhanShankar
c7427ad7ad Merge ab33c9050f into cf5d750133 2025-04-11 16:24:53 -03: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**: _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