On Sun, 2013-01-06 at 14:24 +0100, Philippe Mouawad wrote: > Hello sebb, > > In their FAQ they say: > > *Q:* Can I use jWebSockets also for clients other than browsers? *A:* Yes, > the jWebSocket technology is not limited to browser clients. We will > provide a Java WebSocket client soon. > Also see: > > - > > http://technology.amis.nl/2012/01/15/stand-alone-java-client-for-jwebsocket-server-communicating-from-java-client-to-web-clients-and-vice-versa-over-websockets/ > > > There is an alternative with this one under Apache 2 license: > > - http://sonatype.github.com/async-http-client/project-info.html > >
I personally think Jetty should have the best websocket implementation, including client side, at this point. This is what I would advise going with. http://download.eclipse.org/jetty/stable-7/apidocs/org/eclipse/jetty/websocket/WebSocketClient.html http://webtide.intalio.com/2011/09/jetty-websocket-client-api-updated/ Oleg > Regards > > Philippe > On Sun, Jan 6, 2013 at 1:03 AM, sebb <[email protected]> wrote: > > > On 5 January 2013 23:50, Philippe Mouawad <[email protected]> > > wrote: > > > Hello, > > > > > > Shouldn't we start implementing something for Websockets ? > > > > > > I looked at it and this one seems interesting but license may be an > > issue: > > > > It is an issue. > > Also the code seems to be written in JavaScript rather than Java? > > > > > - http://jwebsocket.org/ > > > > > > Does httpcomponents have something around that ? > > > > I believe Tomcat are implementing the server side. > > Maybe there is some code there that could be useful for a client > > implementation. > > > > == > > > > The protocol is asynchronous, so does not fit well with JMeter. > > We could perhaps treat it similarly to JMS Subscriber. > > > > > Regards > > > Philippe > > > > > > > > > -- > > > Cordialement. > > > Philippe Mouawad. > > > > >
