Websocket.FrameSourceWebSocket frame encoding and decoding (RFC 6455).
This module implements the binary frame format for WebSocket messages. Client frames must be masked; server frames are unmasked.
Encode a frame for sending. Client frames should use mask:true.
Decode a frame from a flow. Blocks until a complete frame is received.
Create a close frame.
Apply XOR mask to a payload. Used for client-to-server message masking.