Is there any facebook like chat application to integrate to django.If so please give an example and the source link
Thanks..
To create an app write a command in the terminal. And add your app to the installed apps in settings.py. chat/urls.py: This will route the Django application to different views in the app. Create a templates folder: Inside your app, create two files inside the template/chat named chat.
Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It's built on a Python specification called ASGI. Channels builds upon the native ASGI support available in Django since v3.
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.
maybe http://www.djangopackages.com/grids/g/chat/landscape/ ?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With