angular-websocket icon indicating copy to clipboard operation
angular-websocket copied to clipboard

Is binary data supported?

Open cristianmad opened this issue 7 years ago • 1 comments

Hi,

Is it possible to send/receive binary data? (ex. binary encoded protobuf messages).

Thanks!

cristianmad avatar Jul 26 '17 12:07 cristianmad

Christian, you can encode/decode whatever you can. You must run the protobuf decoder on the other side

theodesp avatar Aug 03 '17 15:08 theodesp