Send and receive binary data over web sockets in Javascript?

后端 未结 4 1968
情话喂你
情话喂你 2020-12-04 14:37

It is possible to send and receive binary data over web sockets in Javascript? Could I, for example, implement an SSH client using web sockets?

4条回答
  •  甜味超标
    2020-12-04 15:08

    Hmm, maybe WebSockets could somehow be combined with this: http://ie.microsoft.com/testdrive/HTML5/TypedArrays/

提交回复
热议问题