|
Project Information
Featured
Downloads
|
This is a J2EE Servlet based Socket.IO server implementation. At the moment all transports have been implemented. Tested (with chat example and GWT chat example) browsers/transports:
A GWT Client module has been added. There are three examples: chat, echo, and broadcast. To run the chat example server use the "run-chat" ant target then browse to http://localhost:8080/chat.html The echo example will echo any message on the socket on which the message was sent. The broadcast example will take any message send and broadcast it to all connected sockets except the one that sent the message. |