Skip to content

Comment on Is cdnjs.com ready for use?

Comments

Using a CDN that you don't control to host your javascript is a bad idea. Don't do it. Not only is it adding another dependency, you are cross-site scripting yourself and probably adding latency to your site due to the added cost of another domain to open http connections to.

CloudFront is cheap, and you can throw all your static files on it.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.