Python Forum
chat system - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: chat system (/thread-1700.html)



chat system - x64 - Jan-21-2017

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.


RE: chat system - wavic - Jan-21-2017

https://djangopackages.org/grids/g/chat/


RE: chat system - charlesprince - Mar-15-2017

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.