F
F
fox15102015-03-18 15:39:48
Django
fox1510, 2015-03-18 15:39:48

What are the out-of-the-box Django chat solutions?

I decided to make a chat for a site on Django. It is required to implement a chat for users so that each user can start a private chat with another friend added. Google gives either very old solutions or solutions for mass chats. Reluctance to reinvent the wheel, so I decided to ask: are there ready-made solutions for Django 1.7? And if not, what would you recommend? And would it be a good solution to implement chat only with regular Django tools? Those. write all messages to the database, and then just update the chat with ajax. And there is something to read on the implementation of this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
U
un1t, 2015-03-18
@un1t

For chat, it's better to use something asynchronous like Tornado + SocksJS

D
devel787, 2015-03-20
@devel787

Maybe some help
Text chat for the site

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question