Hosting Javascript/CSS file on CDN similar to Google hosting jQuery

风流意气都作罢 提交于 2019-12-02 20:47:18
Vnuk

Try SimpleCDN. You can store your files very cheap and the traffic is also not that expensive. Number of people have complained to their service - I have no objections.

CDNJS.com allows you to submit a pull request to their GitHub account to get a JavaScript library on their CDN. I've been attempting to get a CSS library added on their forum old and abandoned forum.

If you're comfortable with the Amazon cloud platform, you can use CloudFront. You don't need to use it with S3, but you can.

You can try Amazon AWS CloudFront for quick content delivery. Amazon CloudFront works seamlessly with any origin server, which stores the original, definitive versions of your files.

Use Cloudflare. It will take care of all your JS CSS files, with added security to your whole system.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!