问题描述
所以我在 node.js(Js 客户端和 Android 客户端)中使用 socket.io 发送二进制数据时遇到了问题.
so I have been having real trouble sending binary data with socket.io in node.js (Js client and Android client).
没有太多信息:
http://socket.io/blog/introducing-socket-io-1-0/
http://socket.io/get-started/chat/
我需要使用 socket io 来发送我创建和填充的二进制数组.
I need to use socket io to send a binary array, that I create and fill.
他们给出的唯一代码如下:
the only code they give is the following:
我的答案如下.
推荐答案
终于可以在 JS 和 Android ( Java ) 上运行了,所以我决定和大家分享一下.
Finally I have it working with JS and Android ( Java ), so I decided to share it with you guys.
让我们从服务器代码开始:(Node js)
Let's start with the Server Code: (Node js)
让我们跳到 Javascript 客户端
Lets jump on to the Javascript client
最后,让我们展示一下 Android (java) 客户端:
And finally, let's show the Android (java) client:
希望对大家有用.干杯!
I hope it is useful to you all. Cheers!
这篇关于如何使用 socket.io 发送二进制数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!