Page 1 of 1

Support WebSocket communication in Web UI in addition to AJAX/XHR

Posted: Sat Jan 14, 2017 5:47 pm
by kz26
Using WebSocket would allow for reduced overhead and lower latency. It would be nice if the Deluge Web UI client supported WebSocket communication in addition to the existing AJAX/XHR method, which could be retained as a fallback option for browsers and networks that don't support it.

Re: Support WebSocket communication in Web UI in addition to AJAX/XHR

Posted: Sat Jan 14, 2017 11:32 pm
by Cas
"If" we can move to extjs4 then I guess we could use this extension: https://github.com/wilk/ExtJS-WebSocket but also depends if need Twisted Web server support too... Basically too many if's atm so I would say currently no plans.

There is always the main DelugeRPC protocol :)