Jetty
Getting Started With Websockets
The WebSockets protocol and API is an emerging standard to provide better bidirectional communication between a browser (or other web client) and a server. It is intended to eventually replace the comet techniques like long polling. Jetty has supported the various websocket drafts in the 7.x and 8.x releases and Read more…