Previous Topic

Next Topic

Book Contents

Book Index

Module Description

The WebSockets module provides full featured WebSockets Server, which implements the server part of RFC 6455.

The WebSockets Protocol upgrades the HTTP Protocol in order to fix the HTTP request/response based communication issues by introducing real bidirectional communication. It also benefits from the existing infrastructure of the HTTP protocol like proxies, intermediaries, filtering, authentication, etc.

Our implementation is based on Jetty Websocket Server implementation.

Feature Set

The module provides the following features:

Known Issues and Limitations

None.

Module Dependencies

The module has dependencies on the following:

Licensing Information

The WebSocket Chat Demo uses the Bootstrap, Knockout Delegated Event and the Knockout libraries. For more information check Licenses Information.