I'm referencing:
https://groups.google.com/d/msg/django-users/Jp5qM-HEeOg/YUNjy8qBnPUJ
And
https://www.djangopackages.com/grids/g/chat/

Seeking a multiuser chat or chatterbox for a django project.  Meaning, a 
frame visitors can type into, and send a message to other users also 
viewing a site page.  Logged in users should adopt their django username, 
and visitors would be represented by an IP address.

I've worked through various options from 
https://groups.google.com/d/msg/django-users/Jp5qM-HEeOg/YUNjy8qBnPUJ and
found a lot of broken code, missing basic documentation, modules that poll 
constantly, and modules using django features deprecated several revisions 
back (and thus won't work on my django 1.5 base).

Is there a good standard solution, that more or less drops in?
That uses coment or ajax push?

Gnotty seems OK, but I don't have an IRC server, nor do I want users to 
register twice to chat.
https://www.djangopackages.com/packages/p/gnotty/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/79bd6f21-5118-48b2-9f03-166641fbc206%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to