Real Time Realities!!!
This document discusses adding real-time support to web applications. It outlines 4 steps: [1] Prepare the code for real-time using websockets; [2] Support older browsers using comet techniques; [3] Implement pub-sub systems to handle multiple tasks and authentication; [4] Consider deployment, scalability, and high availability to support many connections and crashes. The goal is to provide a full real-time experience across all browsers in a performant and reliable manner.