sockjs-protocol
sockjs-protocol copied to clipboard
Support for sending binary data
Some websocket implementations can't receive/send binary data over websockets yet: https://bugzilla.mozilla.org/show_bug.cgi?id=666349
We also need to make that working over fallback protocols.
btoa in visual basic for ie: https://github.com/jseidelin/binaryajax/blob/master/binaryajax.js
Since this ticket is still open, can I assume binary data is not natively supported by SockJS?
By Natively, I mean without encoding to Base64
Sockjs blows up when receives binary data...
Yes, I switched to binaryjs
I will try, thanks.