/specification.ws

WebSocket Protocol (RFC-6455) Specification

Primary LanguageJavaApache License 2.0Apache-2.0

WebSocket Protocol Specification

Build Status Issue Stats Issue Stats

This project uses K3PO to to help WebSocket Protocol (RFC-6455) implementations automate their verification of the necessary requirements.

The integration tests fall into the following categories:

  • Opening Handshake
  • Base Framing
  • Masking
  • Fragmentation
  • Control Frames (Ping, Pong)
  • Data Frames (Text, Binary)
  • Extensibility
  • Closing Handshake