Would be great to have something like this also serve up the JS files via a CDN, and provide a JS-based loader (like require.js for remote scripts). Plus maybe dependency management?
Ooh, nice; I've seen this before too but forgot all about it. @ksokhan, maybe think of linking up the CDN URL's from cdnjs.com to your site? Your site definitely offers more as far as discoverability.
Comments
Would be great to have something like this also serve up the JS files via a CDN, and provide a JS-based loader (like require.js for remote scripts). Plus maybe dependency management?
That's http://cdnjs.com/
Ooh, nice; I've seen this before too but forgot all about it. @ksokhan, maybe think of linking up the CDN URL's from cdnjs.com to your site? Your site definitely offers more as far as discoverability.
While you're at it, link to http://npmjs.org/
e.g., http://www.jsdb.io/view/socket-io -> https://npmjs.org/package/socket.io
Yea, had a few people mention this... definitely my next addition! stay tuned :)