Java websocket client needed [closed]
Asked Answered
S

3

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

Smokeless answered 31/8, 2011 at 12:46 Comment(1)
Java-WebSocket is actively supported, and now supports wss.Dric
M
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

Maighdlin answered 13/9, 2011 at 20:34 Comment(2)
I don't know why those particulars were selected. Some seem like they should be.Stithy
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): en.wikipedia.org/wiki/…Maighdlin
W
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/

Washedout answered 9/11, 2011 at 4:38 Comment(2)
Yep, it's good project, but client side is a pure JavaScript based, but I need Java based.Smokeless
they are claiming that there is also a jwebsocket java library for both desktop and android. I personally not used those but I will...Washedout
S
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

Stithy answered 29/9, 2011 at 8:7 Comment(1)
It's been a year and you haven't put up the Java based client?Bonanno

© 2022 - 2024 — McMap. All rights reserved.