wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.12k stars 182 forks source link

Websockets for real time updating #95

Open Chris7 opened 8 years ago

Chris7 commented 8 years ago

I think something like this would be nice for the bootstrapped version of wooey:

http://crossbar.io/docs/Adding-Real-Time-to-Django-Applications/

nzjrs commented 8 years ago

There is all ready #88

Chris7 commented 8 years ago

That's similar but not the same. I'm referring to moving away from the polling based method we currently use to a long lived connection.

Chris7 commented 8 years ago

Definitely something for django-channels!