mitkey / socket.io-realize-xhr-and-websocket

Socket.IO Client Implementation in Java. Realization XhrTransport and WebsocketTransport.

Home Page:https://github.com/mitkey/socket.io-realize-xhr-and-websocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

socket.io-realize-xhr-and-websocket

Socket.IO Client Implementation in Java. Realization XhrTransport and WebsocketTransport.

This is based on Gottox socket.io-java-client

I'm just using the gradle build again, and Use fastjson instead of org.json

be dependent on

https://github.com/TooTallNate/Java-WebSocket

can use jitpack
	compile 'com.github.TooTallNate:Java-WebSocket:Java-WebSocket-1.3.3'		
		----> maven { url 'https://jitpack.io' }
replace
	compile "org.java-websocket:java-websocket:1.3.3"
		----> maven { url "http://clojars.org/repo" }

About

Socket.IO Client Implementation in Java. Realization XhrTransport and WebsocketTransport.

https://github.com/mitkey/socket.io-realize-xhr-and-websocket

License:Apache License 2.0


Languages

Language:Java 98.1%Language:JavaScript 1.9%