relvacode / storm

A Modern Deluge Interface
MIT License
135 stars 11 forks source link

Network efficient UI updates #51

Closed relvacode closed 1 year ago

relvacode commented 1 year ago

The current UI requires 4+ individual requests per refresh period. Collapse all of these methods into a single request-response with an Etag to reduce data transferred over slow connections.