This document discusses bringing WebSocket technology to XPage applications. It begins with an overview of the limitations of HTTP and how WebSocket addresses them by allowing full-duplex communication over a single TCP connection. It then covers how to use the WebSocket API, providing code examples of establishing a connection and handling messages. It demonstrates how to create a server-side listener in SSJS and discusses potential applications and problems. Finally, it summarizes the OpenNTF xockets.io extension which implements WebSocket support for Domino applications and provides a demo of its use.