Re: Video Chat with Django

2017-10-04 Thread Jani Tiainen
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" kirjoi

Video Chat with Django

2017-09-29 Thread Shazia Nusrat
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 subsc