Hi Ashwin - On Tue, Apr 16, 2013 at 2:10 PM, Ashwin Kumar <[email protected]> wrote: > is there any way to implement websockets in django? > if not, any other packages to combine with django.
There are quite a few third-party apps and demos out there, so many I've lost track. I recommending searching GitHub. > is there any future plan to implement it in django core? I hope so; it was a topic of much discussion at DjangoCon. In the last year, there've been a couple of demos put together by core developers: * https://github.com/ptone/django-live * https://github.com/aaugustin/django-c10k-demo/ So I think I could sum up the current state as this: * Most of us would like to see some sort of real-time support in Django. * There's proof that it's possible technically. * But there's little-to-no consensus on what form this would take, or how to implement it. It's probably going to take some time and a great deal of effort to come together on that last point. In the meantime, like I said there are a ton of different apps, demos, and utilities out there, so you should be able to put together a "real-time" app without too many issues. But for something more holistic... it could take a while. Jacob -- You received this message because you are subscribed to the Google Groups "Django developers" 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 http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
