Python Forum

Full Version: chat system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i can do socket chat in ubuntu terminal based but i can't implement it to django. If it is possible please help.Or if you know any other module to create web based chat application help me.Or which is the best process to create chat application in django?
thanks in advance.
you can do with flask framework and flask socket io.

link : https://flask-socketio.readthedocs.io/en/latest/

it's support both python 2 and 3.