List of CDN's for common components/files [closed]
It seems that the popularity of jQuery and MS AJAX, as well as tools like YSlow & Google Page Speed have given rise to common components being hosted on Content Delivery Networks (CDN).
So which CDN's exist and what files do they serve?
Google offers a CDN for:
- jQuery
- jQuery UI
- Prototype
- script.aculo.us
- MooTools
- Dojo
- SWFObject
- Yahoo! User Interface Library (YUI)
- Ext Core
- Chrome Frame
Microsoft (Via asp.net) offers a CDN for:
- MS Ajax
- jQuery
- jQuery Validation
- ASP.NET MVC JavaScript
You can find a complete list of jquery, jQuery UI and jQuery UI Themes cdn links here at http://jobyj.in/web/jquery-jquery-ui-jquery-ui-themes-cdn-list/
Nevertheless, its good project for all non hosted plugin's library over CDN. Many are already using it, you get advantage of lib already in Users browser cache.
cdncatalog.com list of public CDNs.
Cloudflare hosts a cdn of js libraries http://cdnjs.com/
It is peer reviewed, so you can submit a pull request with a new library: https://github.com/cdnjs/cdnjs
jQuery offers up a CDN for the jQuery library. I believe that that url will always have the most recent version of jQuery.
here's one that has some less popular/widespread files:
http://cachedcommons.org/
精彩评论