[ale] Web Socket Implementations
Scott Plante
splante at insightsys.com
Mon Mar 18 19:59:08 EDT 2013
Some developers at a company I work with were trying to use the implementation in Tomcat 7, but their production servers are sitting behind Apache httpd and using AJP to connect to the Tomcat instances. AJP apparently doesn't support websockets, and it would be non-trivial to make it support it. (At least, according to random people on the web!) I realize this isn't really an answer to your question ;-) but I thought you'd be interested. Also, I see the Tomcat implementation is missing from the wiki page.
http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html
Also note that JSR-356 is going to standardize the API for websockets in Java. If you're developing more than some basic prototypes, you may want to hold off a bit until the standard is close to being finalized, or use an implementation that's evolving with the standard. tyrus.java.net is the reference implementation. I attended a talk on websockets at DevNexus last month, and the slides are here:
http://www.slideshare.net/hillert/devnexus-2013-introduction-to-websockets
I don't know how much you can glean from them without the audio, but he discussed Atmosphere , netty.io vertx.io , Grizzly , as well as the jWebSockets you're already looking at. He was a SpringSource guy and so he also talked a lot about the Spring 4.0 WebSocket support, which will follow JSR-356. It looked pretty good, but of course demos usually do.
Scott
----- Original Message -----
From: "Chris Hendry" <Chris.Hendry at turner.com>
To: ale at ale.org
Sent: Friday, March 15, 2013 3:28:09 PM
Subject: [ale] Web Socket Implementations
Looking at web socket implementations via: http://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations
Looking for the a reliable Linux/Unix friendly one, using java … lots of choices
I like what I’m reading about jWebSocket: http://jwebsocket.org/
Any preferences? If so why
_______________________________________________
Ale mailing list
Ale at ale.org
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20130318/280b23dc/attachment.html>
More information about the Ale
mailing list