browserify-browserify
browserify-browserify copied to clipboard
Static website version of npm download cache
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.