Explore >> Select a destination


You are here

defn.io
| | alexanderell.is
1.7 parsecs away

Travel
| | [AI summary] The article provides a detailed explanation of how WebSocket connections are established and how WebSocket frames are parsed. It walks through the handshake process between a client and server, highlighting the differences from traditional HTTP requests. The author then dives into the structure of WebSocket frames, explaining how the payload length, mask flag, and masking key are determined. The article also covers the decoding of masked data, including the XOR operation used to unmask the payload. Finally, the author demonstrates how to implement a basic WebSocket frame parser in Python, showing how to extract and decode the payload data. The article concludes by acknowledging the complexity of WebSocket communication and the importance of exis...
| | blog.sylver.dev
2.4 parsecs away

Travel
| | Build a web server with Rust and tokio - Part 0: the simplest possible GET handler Welcome to this series of blog posts where we will be exploring how to build a web server from scratch using the Rust programming language. We will be taking a hands-o...
| | muhammadraza.me
2.0 parsecs away

Travel
| | In this post, we will understand how an HTTP server works by implementing one in Python.
| | github.com
9.5 parsecs away

Travel
| Re-implementation of the Living Worlds color cycle effect, in Rust - aquova/colorcycle