This document discusses how Web Sockets can be used beyond web browsers. It begins with an introduction to Web Sockets and how they solve the request-response dilemma by allowing full-duplex communication. The document then demonstrates how Web Sockets can be implemented in WCF services to allow communication from non-browser clients like WPF and Windows 8 applications. Code samples and slides from the presentation are provided at the end.