Android library which works with scoket.io(1.0.4) using node js at server side

痞子三分冷 提交于 2020-01-04 14:20:48

问题


I am trying to connect Gottox (https://github.com/Gottox/socket.io-java-client) with socket.io (1.0.4)(http://socket.io/) but unable to connect I think Gottox doesn't work with latest socket.io.

Is there any other Java/Android library that I can use to make socket connections between socket.io and android native application.

I am using node.js at server side.


回答1:


Looks like https://github.com/nkzawa/socket.io-client.java supports the latest socket.io 1.x version. I haven't tried it yet.



来源:https://stackoverflow.com/questions/24105375/android-library-which-works-with-scoket-io1-0-4-using-node-js-at-server-side

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!