Hi. I'm not sure that Django would be suitable for such an application.
Django heavily relies on standard http request-response cycle and I would imagine that something like video chat requires more persistent connections and Django doesn't excel in those. 30.9.2017 1.33 "Shazia Nusrat" <[email protected]> kirjoitti: > Hi, > > I am trying to collect some information about implementing Video Chat in a > Django project. Is there some working repo where WebRTC is implemented for > video chat using Django? > > Some link or web resource would be a great help. > > Regards, > Shazia > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/CAD83tOzFKEf%2BOrkQ9OGRw5%3DUx7QMGCWLkfS%3DuQEfgQ2nq_ > iV6w%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAD83tOzFKEf%2BOrkQ9OGRw5%3DUx7QMGCWLkfS%3DuQEfgQ2nq_iV6w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHn91oe8rFat%2BRgLV1_aBdbG-62Y8QZE31bsrrC%3D55FQSbtQSQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

