This documentation is here to help people that want to contribute doing it.
- ws-frame or
Frame
is a data frame defined by the RFC in section 5.2 (prefer usage ofws-frame
) - bin-frame or
frame
is a raw data frame received from the distant socket, it may contains a partial ws-frames or many. - Message is a context object that may contain many ws-frames or none but a buffer of a ws-frame.