ACME-OUI / acme-web-fe

acme over arching user interface (acme web front end)
acme-web-fe.ornl.gov/acme
Apache License 2.0
1 stars 6 forks source link

Real time #179

Closed sterlingbaldwin closed 8 years ago

sterlingbaldwin commented 8 years ago

Updates to django 1.10, adds channels to utilize websockets. FIrst use of websockets is for the poller to push updates to the user, instead of long polling from the frontend. Also refactors the poller to be less crazy.