I am trying to create a private messaging system using Django. It doesn't have to be like a live chat, …
python django django-views private-messagingIf i devlop a chat application using django will it have some performance problem? Can i do server push in …
python django performance chat private-messaging