Re: Django and Live Chat

2018-04-10 Thread Daniel Ash
If I was going to tackle this, I would use XMPP as the protocol. If it's internal only it will be easier than if there is a requirement to federate external to your environment. Someone already did some of the work for you. https://github.com/fpytloun/django-xmpp On Tuesday, April 10, 2018

Re: Django and Live Chat

2018-04-10 Thread Jason
check out django-channels. but this is a pretty big feature you're looking into with lots of extra required infrastructure. On Tuesday, April 10, 2018 at 1:53:29 AM UTC-4, Haroon Ahmed wrote: > > Hi, > > I am using Django 1.9.8 and Python 3.4.4, will upgrade my django to > 1.11, > I