I am developing a web application which follows the principle of responsivness. Every information currently visible on screen gets automatically updated if there is a change of any user - in real time.
I use APE (Ajax Push Engine) in combination with Django to submit the needed information to all users which currently have a page open. The information can be related to specific instances of objects, which could cause a large amount of open channels per user. I am talking about a maximum of 100 open channels.
I chose to switch to SockJS, see this question:
python Socket.IO client for sending broadcast messages to TornadIO2 server
Why? Because: