web-socket-js
web-socket-js copied to clipboard
Fragmented messages support and server-to-client masked messages support
I did some work with your project. Now it works better =)
Thanks for the patch. But server-to-client frames must not be masked per spec: http://tools.ietf.org/html/rfc6455#section-5.1 So we should not support it. Can you remove that part from the pull request?