My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
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:

  • Firefox 3.6.10 (flashsocket, xhr-multipart, xhr-polling, jsonp-polling)
  • Chrome 6 (websocket)
  • IE7 (flashsocket, htmlfile)
  • iPad (xhr-polling)

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.

Powered by Google Project Hosting