Java websocket client needed

14,637

Solution 1

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

http://jwebsocket.org/

Solution 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

Solution 3

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

Share:
14,637

Related videos on Youtube

Mikhail.Mamaev
Author by

Mikhail.Mamaev

Updated on June 04, 2022

Comments

  • Mikhail.Mamaev
    Mikhail.Mamaev almost 2 years

    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

  • Mikhail.Mamaev
    Mikhail.Mamaev over 12 years
    Yep, it's good project, but client side is a pure JavaScript based, but I need Java based.
  • devsprint
    devsprint over 12 years
    they are claiming that there is also a jwebsocket java library for both desktop and android. I personally not used those but I will...
  • Wins
    Wins over 11 years
    It's been a year and you haven't put up the Java based client?