The document discusses using Orbited, a Python library based on Twisted, to enable real-time communication and push notifications in Django web applications. Orbited supports STOMP, IRC and XMPP protocols and includes ready-to-use JavaScript client code. An example app is described that uses Django for the backend and Orbited/jQuery for real-time updates, with Django handling requests and sending messages to a STOMP server and Orbited/jQuery updating the browser. The document argues that asynchronous Python servers like Orbited are better suited than traditional approaches for handling long polling and push notifications at scale.