To get things going, can you help me build a list of Java projects that
have already started supporting Web Sockets in some manner ?
We'll use this list to compare what we are doing, validate requirements,
get inspiration. And will hope to keep it current as we go along.
Here's the list of projects (in no particular order) I've been tracking.
Some of you know some of them quite well :)
Can you send me any obvious ones we're missing to complete the list ?
Thanks,
- Danny
* Java-WebSocket
http://java-websocket.org/
"A barebones WebSocket client and server implementation written in 100%
Java"
* jWebSocket
http://jwebsocket.org/
"jWebSocket is a pure Java/JavaScript high speed bidirectional
communication solution for the Web server and various clients"
* Grizzly
http://grizzly.java.net/
Framework for building web servers of various scales and types incl Web
Socket client & server apis.