HTTP routing on the Common Runtime has an HTTP stack supporting HTTP 1.1 or HTTP/2, a rolling timeout mechanism, and multiple simultaneous connections.| devcenter.heroku.com
Introduction to TLS v1.2| www.gabriel.urdhr.fr
Understanding The Web Security Model, Part II: Web Applications| educatedguesswork.org
The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environment to a remote host that has opted-in to communications from that code. The security model used for this is the origin-based security model commonly used by web browsers. The protocol consists of an opening handshake followed by basic message framing, layered over TCP. The goal of this technology is to provide a mechanism for browser-based applications that need two-way commun...| IETF Datatracker
WebSocket (WS) connections are pretty neat. I’ve gotten to play around with them before, both for personal and professional projects, but my view has mostly been at a high level and concerned mainly with the things that I can build on top of them. I haven’t spent much time digging through the protocol. I thought it would be pretty interesting to build a toy WS server from scratch. Like many other projects, I find building a toy system to be such a good way to learn more, and I’ll be tal...| alexanderell.is