What are the advantages (or needs) of using tornado with Pusher for a Django application?
问题 We are a small team starting to plan how to develop a chat service in Django using Pusher to push the messages in real time. So far we understand that we need an asynchronous way of pushing the messages to the Android and web browsers clients and we've chosen a hosted solution (Pusher) instead of implementing our own, probably using sockjs and tornado. We thought we didn't need Tornado for anything now that we have Pusher!. In the Python module documentation (https://github.com/pusher/pusher