On 5/16/10, Dexter <a.ess...@gmail.com> wrote:
> I don't know, but I guess you could easily make your own.
>
> Django and Comet would be a nice combination
>
> Grtz, Dexter
>
> On Sun, May 16, 2010 at 12:13 PM, Anand Agarwal <anan...@gmail.com> wrote:
>
>> Hi All
>>
>> Is there any chat application in django similar to facebook chat?
>>
>>
>> Regards
>> Anand
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django...@googlegroups.com.
>> To unsubscribe from this group, send email to
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 Anand
Frederico Caceres' app [1,2] is worth a look, but note that it uses
old-style repeated polling of the server.
Alex Clemesha has written an exciting piece on developing real-time
web apps with Django, Orbited and Twisted [3]. His demo application,
hotdot [4], includes a real-time chat application.
His blog also mentions Speeqe [5], which is a chat application
integrating Django and ejabberd, the erlang xmpp server.
On May 16, 11:13 am, Anand Agarwal <ananda...@gmail.com> wrote:
> Hi All
>
> Is there any chat application in django similar to facebook chat?
>
> Regards
> Anand