WebSocket-List
WebSocket List
-
WebSocket 协议深入探究: 本文由浅入深,介绍了 WebSocket 如何建立连接、交换数据的细节,以及数据帧的格式。此外,还简要介绍了针对 WebSocket 的安全攻击,以及协议是如何抵御类似攻击的。
-
Socket.io Game Demo: Building a multiplayer online game with socket.io.
- HTTP:Wikipedia HTTP PageW3C List of HTTP related Drafts/ProtocolsList of IETF HTTP/1.1 and HTTP/2.0 Drafts
- Server-Sent Event:W3C Server-Sent Events/EventSource Candidate RecommendationW3C Server-Sent Events/EventSource Draft
- WebSockets:IETF RFC 6455 WebSockets ProtocolIETF RFC 6455 WebSocket Errata
- SPDY:IETF SPDY Draft
- HTTP 2.0: IETF HTTP 2.0 httpbis-http2 DraftIETF HTTP 2.0 httpbis-speed-mobility DraftIETF httpbis-network-friendly Draft - an older HTTP 2.0 related proposal
- WebRTC:W3C WebRTC API DraftList of IETF WebRTC DraftsIETF WebRTC Overview DraftIETF WebRTC DataChannel DraftMicrosoft CU-WebRTC Proposal Start Page
- QUIC:QUIC Chrominum ProjectIETF QUIC Draft
- uWebSockets:Highly efficient cross-platform WebSocket & HTTP library for C++11 and Node.js
Tutorials
- Writing a toy WebSocket server from scratch: 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.