sockjs-protocol icon indicating copy to clipboard operation
sockjs-protocol copied to clipboard

Support for sending binary data

Open majek opened this issue 13 years ago • 5 comments

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.

majek avatar Dec 14 '11 16:12 majek

btoa in visual basic for ie: https://github.com/jseidelin/binaryajax/blob/master/binaryajax.js

majek avatar Apr 13 '12 11:04 majek

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

orefalo avatar Jul 31 '12 20:07 orefalo

Sockjs blows up when receives binary data...

edup avatar Sep 28 '12 15:09 edup

Yes, I switched to binaryjs

orefalo avatar Sep 29 '12 13:09 orefalo

I will try, thanks.

edup avatar Sep 29 '12 13:09 edup