Chat application using django

user223541 picture user223541 · Jan 19, 2010 · Viewed 11.9k times · Source

If i devlop a chat application using django will it have some performance problem? Can i do server push in django? I want to have PM and room discussions as well.

Answer

abhiomkar picture abhiomkar · Jan 19, 2010

How about using tornado? I tried demo chat application of Tornado. And also Tornado claims to have a better performance than django.

Let me know your thoughts.