Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java websocket client needed [closed]

Tags:

java

websocket

I couldn't find any websocket client, implemented last version of the protocol written in Java.

I found an answer here Java socket.io client, but

  • http://code.google.com/p/weberknecht/ supports protocol hybi-00 and last build was 5 months ago
  • https://github.com/TooTallNate/Java-WebSocket doesn't support wss at all

Could you recommend something? Thanks

like image 353
Mikhail.Mamaev Avatar asked Aug 31 '11 12:08

Mikhail.Mamaev


3 Answers

Should it be relevant for you: there are both WS client and server implementations supporting draft 13 and 14:

http://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations

like image 139
oberstet Avatar answered Nov 07 '22 09:11

oberstet


Have you looked to jWebSocket? Their latest release is claiming support for Hixie Drafts 75-76 and Hybi Drafts 7-14.

http://jwebsocket.org/

like image 2
devsprint Avatar answered Nov 07 '22 09:11

devsprint


Follow my blog. I have a running websocket client written in Java. Not quite ready to release (I'm just busy with other things.) But it should be in the near future. I will announce on my blog when it's ready along with a download link.

http://highlevellogic.blogspot.com/2011/09/websocket-server-demonstration_26.html

like image 1
Roger F. Gay Avatar answered Nov 07 '22 09:11

Roger F. Gay