This document summarizes a presentation by Giancarlo Gomez on using WebSockets with ColdFusion. Giancarlo introduced himself and his background. He then defined WebSockets as a full-duplex communication protocol that establishes a persistent connection between client and server. Giancarlo demonstrated how to enable WebSockets in ColdFusion and use the <cfwebsocket> tag. He also discussed challenges like secure connections, clustering, and building real-time applications with WebSockets.