crossbario / autobahn-js

WAMP in JavaScript for Browsers and NodeJS
http://crossbar.io/autobahn
MIT License
1.43k stars 228 forks source link

Is there any way to send a blob? #555

Closed jonalan7 closed 2 years ago

jonalan7 commented 3 years ago

Is there any way to do?

oberstet commented 2 years ago

you need to get at the plain bytes string underlying the blob, and use that in some argument you use in eg a WAMP call or event. I would use WAMP with CBOR or MessagePack (otherwise you need to fiddle with the transparent binary support for JSON in Autobahn .. which AutobahnJS support, but not all general JSON libraries do)