Is there any facebook like chat application to integrate to django.If so please give an example and the source link
Thanks..
Is there any facebook like chat application to integrate to django.If so please give an example and the source link
Thanks..
Here are three:
http://code.google.com/p/django-chat/ - demo works well, but code last updated in 2008, so possibly unmaintained
http://code.google.com/p/django-jchat/ - uses jQuery. Maintained code with good blog posts explaining how it works
http://code.google.com/p/django-jqchat/ - again, uses jQuery. Maintained code. Has demo that works well.