TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: what CDN should I use for my JS lib?

2 点作者 rodrigoavie将近 11 年前
Hi everyone,<p>here where I work we develop a JavaScript wrapper for our API, to be used by our clients. We want to serve this from some place else than our server, use a good CDN and serve this file from there just like Google does with jQuery and so many other libs, for example.<p>So, what CDN should I use? Can you tell me why?<p>Thanks in advance

2 条评论

beejhuff将近 11 年前
I would suggest CloudFlare: <a href="https://www.cloudflare.com/plans" rel="nofollow">https:&#x2F;&#x2F;www.cloudflare.com&#x2F;plans</a><p>Their free plan offers lightning fast DNS (fastest I&#x27;ve ever seen) as well as a CDN. Love these guys!
krrishd将近 11 年前
<a href="http://jsdelivr.com" rel="nofollow">http:&#x2F;&#x2F;jsdelivr.com</a> lets anyone upload their library and serves it through their CDN, free of cost, regardless of popularity of the library.