18

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

Could you recommend something? Thanks

Community
  • 1
  • 1
Mikhail.Mamaev
  • 7,879
  • 5
  • 24
  • 28

3 Answers3

2

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

oberstet
  • 21,353
  • 10
  • 64
  • 97
  • I don't know why those particulars were selected. Some seem like they should be. – Roger F. Gay Oct 03 '11 at 19:28
  • a very good question/observation! please read the talk page of above wiki page for some reasons .. and to find a more complete list of implementations (I rescued that list first from the WebSocket page, then from the Comparison page .. again .. pls see the talk page): http://en.wikipedia.org/wiki/Talk:Comparison_of_WebSocket_implementations – oberstet Oct 04 '11 at 20:50
2

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

http://jwebsocket.org/

devsprint
  • 671
  • 5
  • 19
1

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

Roger F. Gay
  • 1,830
  • 2
  • 20
  • 25