browserify-browserify icon indicating copy to clipboard operation
browserify-browserify copied to clipboard

Static website version of npm download cache

Open chrisdickinson opened this issue 11 years ago • 0 comments

In the future, it would be cool to have an iframe-able static website that would serve as a sort of download cache for npm packages. This would let multiple websites share the cached downloads (including the copy of browserify itself), speeding up runtimes.

I'm thinking of a postMessage based API that would allow a client website to request a browserify bundle given some input code.

chrisdickinson avatar Oct 11 '14 02:10 chrisdickinson