DynoSRC - Library Caching with differential updates | JavaScript for Line of Business Applications | Scoop.it

Eliminate HTTP requests for JavaScript files and serve differential updates to your users on the fly.

Minimize HTTP Requests - DynoSRC loads JavaScript files inline in your HTML response, then stores them in localStorage. You can even inline the DynoSRC client lib, eliminating all HTTP requests for JavaScript on your site.


Differential Updates - Now, if a JS asset on your site changes, your users will have to download it again even though just a fraction of it changed. DynoSRC sends down differentials updates, so changes to large files don't require full downloads.