You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Dear All
I am looking into using or developing a chat application for Django,
for use in a social networking website based on the Pinax Django
"distribution".
I have searched for django-based chat applications and found very
little. Below I list briefly what I've found. Please could anyone
let me know if I've missed any significant projects.
There seem to be two very different kinds of technology being used in
these projects. Some of the projects (eg django-chat) use the "same
old" approach of repeatedly polling the server at regular intervals
that lightweight chat apps in other languages use; some of the
projects use the comet approach (eg with orbited).
Is it worth using/developing a chat app using the old-fashioned
approach? Is comet better for all circumstances?
My instinct is to try and get django-chat on its feet: stable and
documented. If it turns out that approach is not up to my needs, I'll
turn to something using comet.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
On Jul 2, 3:53 am, Ivan Uemlianin <i...@llaisdy.com> wrote:
> Dear All
>
> I am looking into using or developing a chat application for Django,
> for use in a social networking website based on the Pinax Django
> "distribution".
>
> I have searched for django-based chat applications and found very
> little. Below I list briefly what I've found. Please could anyone
> let me know if I've missed any significant projects.
Are you looking for a multi-user chatroom, or private chat? I'm
guessing you want the first, but you included a jabber client in there
as well, which, to my knowledge, only supports 1-to-1 conversations.
The approach I've seen for most sites is to have a web interface to an
irc room, so that you can chat without having an irc client, or with
one, if you prefer. I know that Rizon just announced an embeddable
client for their network, and a quick google finds all sorts of
different embeddable clients. What specifically do you need Django-
integration for, as opposed to a standard java/javascript embeddable
thingamajig?
Ivan Uemlianin
unread,
Jul 3, 2009, 2:20:12 AM7/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Xiong
Thanks for your comment. Good questions.
I envisage a social networking website, based on Django. The website
will provide a chat facility for users who are logged in: multi-user
chatrooms and private chat (I has been thinking of 1-to-1 as a special
case of multi-user). Django-integration because certain chat
functions might have to access Django-centric information (eg
different types of user displayed differently; perhaps a django
moderation module).
If there is a standard embeddable thingamajig, that may well be the
way to go. Can you recommend any that would fit the above usage?
Best
Ivan
Juanjux (Google)
unread,
Jul 5, 2009, 4:59:35 AM7/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Not Django, but it can be easily integrated on any site: