I'm pondering whether to use Server Sent Events to make notifications push rather than poll. The client side impact is basically nil. But it adds a dependency to the server, and complicates deployment (if you're not using the development server, you have to run and monitor a second server alongside the existing WSGI server). I'm leaning towards "no" because I want it to be easy to deploy.