Hacker News new | ask | show | jobs
Ask HN: what CDN should I use for my JS lib?
2 points by rodrigoavie 4385 days ago
Hi everyone,

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.

So, what CDN should I use? Can you tell me why?

Thanks in advance

2 comments

I would suggest CloudFlare: https://www.cloudflare.com/plans

Their free plan offers lightning fast DNS (fastest I've ever seen) as well as a CDN. Love these guys!

http://jsdelivr.com lets anyone upload their library and serves it through their CDN, free of cost, regardless of popularity of the library.