TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is cdnjs.com ready for use?

5 pointsby alexforgetalmost 14 years ago
There was a post about www.cdnjs.com 5 months ago http://news.ycombinator.com/item?id=2132553.<p>There were some DNS problems at that time and thus most people were concerned about reliability. Now that it is powered by cloudflare.com, do you think that the timing is right to let global javascript hosting to cdnjs.com?

2 comments

dsteinalmost 14 years ago
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.<p>CloudFront is cheap, and you can throw all your static files on it.
ryankirkmanalmost 14 years ago
Hi Alex, The DNS issue to which you are referring was only with our website. The CDN was unaffected, and is completely insulated from the website.
评论 #2698396 未加载