Question about Content Delivery Networks CDN
Posted
by yummm
on Stack Overflow
See other posts from Stack Overflow
or by yummm
Published on 2010-03-17T21:30:28Z
Indexed on
2010/03/17
21:31 UTC
Read the original article
Hit count: 251
cdn
|JavaScript
I've built a javascript code that my clients will be installing on their website and they will be calling a file from my server. I'm wondering if it would be better to host the javascript file on a CDN, instead of on my server? The benefits would be better response time and a much higher chance that it will always be available. However, In the future, if the CDN was acquired or went out of business I would have a number of clients linking to a file that doesn't exist. Is there any way to prevent this from happening?
© Stack Overflow or respective owner