I do this day or two. I am working on a real-time application (chat and video chat). I use the django / apache combination, which, as I understand it, is not suitable for this (at least part of apache).
In this regard, I found several links from stackoverflow, such as http://www.skitoy.com/p/django-tornado-chat/305 , and some comparisons such as http://nichol.as/asynchronous-servers- in python
My question is. Can anyone who worked in a real-time application in Django tell me which framework should I use. It seems that I can use either django on a tornado or use django with a twisted structure. I am new to real-time application and I just need pointers, so I can save time.
source share