Java socket.io client

前端 未结 6 728
醉梦人生
醉梦人生 2020-11-30 19:38

Is there any Socket.IO-client available for Java? So far I have only found the official Socket.IO client which is only available for JavaScript and socket.io-java which is o

6条回答
  •  无人及你
    2020-11-30 20:09

    If you need a client side implementation, checkout java-socket.io.client I made it a few months ago and I believe some people have forked it and upgraded it to the latest version: https://github.com/clwillingham/java-socket.io.client

提交回复
热议问题