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

Suggestions and discussion of future versions
Post Reply
kz26

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

Post 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.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

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

Post 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 :)
Post Reply