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