This document provides a summary of Peter Lubbers' presentation on building real-time applications with HTML5 Web Sockets. The presentation discussed the limitations of HTTP for real-time applications and techniques like polling and long polling that were used. It introduced HTML5 technologies like Web Sockets and Server-Sent Events that allow for true real-time, bidirectional communication. Web Sockets establish a single TCP connection and allow full-duplex messaging with very small overhead. This dramatically reduces network traffic compared to polling-based approaches. The presentation covered the Web Sockets protocol and APIs available in browsers.