Re: Django and Websockets
I have had good results with tornado (does WebSockets out of the box, and I like having only one thread).
But socketio's JS side has the advantage (as I understand it) of working on browsers that don't yet do WebSockets, falling back to older push approaches as necessary. So if your market includes folks who are running older browsers, socketio should be seriously considered.On Thu, Jul 4, 2013 at 10:24 AM, Nevio Vesic <nevio.vesic@gmail.com> wrote:
This one as well works just fine :) https://gevent-socketio.readthedocs.org/en/latest/ It's as well very easy to implement it.--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home