Re: Django and chat

2009-07-06 Thread Subramanyam Vemu
Hi Juanjux Did you deploy the above chat application in any production site or so do you have any stats like how many max users it can handle Thanks in advance Regards Subramanyam On Sun, Jul 5, 2009 at 7:54 PM, Juanjux (Google) wrote: > > Hi Ivan, > > It's not based on Django, but it's easil

Re: Django and chat

2009-07-05 Thread Juanjux (Google)
Hi Ivan, It's not based on Django, but it's easily embedable on any site and works pretty well: https://blueimp.net/ajax/ On Jul 3, 8:20 am, Ivan Uemlianin wrote: > Xiong > > Thanks for your comment.  Good questions. > > I envisage a social networking website, based on Django.  The website > w

Re: Django and chat

2009-07-05 Thread Juanjux (Google)
Not Django, but it can be easily integrated on any site: https://blueimp.net/ajax/ On Jul 3, 8:20 am, Ivan Uemlianin wrote: > 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 wh

Re: Django and chat

2009-07-02 Thread Ivan Uemlianin
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-integrati

Re: Django and chat

2009-07-02 Thread Xiong Chiamiov
On Jul 2, 3:53 am, Ivan Uemlianin 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

Django and chat

2009-07-02 Thread Ivan Uemlianin
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