# CDN and Protection

## CDN and Protection

* [bootstrapcdn.com](https://www.bootstrapcdn.com/)—CDN for bootstrap, bootswatch and fontawesome.io
* [cdnjs.com](https://cdnjs.com/)—Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 11% of all websites, powered by Cloudflare.
* [Cloudflare](https://www.cloudflare.com/)
  * CDN along with free SSL
  * Free DNS for unlimited number of domains
  * Firewall rules and pagerules
  * Analytics
  * Email forwarding
  * Free Unmetered Rate Limiting - 1 rule per domain
  * [Cloudflare Pages](https://pages.cloudflare.com/)—Free web hosting (JAMstack platform) for frontend developers to collaborate and deploy websites. 1 build at a time, 500 builds/month, unlimited sites, unlimited requests, unlimited bandwidth.
  * [Cloudflare Workers](https://workers.cloudflare.com/)—Deploy serverless code for free on Cloudflare's global network. 100,000 free requests per day with a workers.dev subdomain.
  * [Quick Tunnels](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/run-tunnel/trycloudflare)—Create a tunnel from your server to a publically accessible, randomly-generated trycloudflare.com domain. No account required.
* [developers.google.com](https://developers.google.com/speed/libraries/)—The Google Hosted Libraries is a content distribution network for the most popular, Open Source JavaScript libraries
* [GraphCDN](https://graphcdn.io/) - Scale, inspect & protect your GraphQL API. 5m requests per month for free.
* [jsdelivr.com](https://www.jsdelivr.com/)—A free, fast, and reliable CDN for open source. Supports npm, GitHub, WordPress, Deno, and more.
* [Microsoft Ajax](https://docs.microsoft.com/en-us/aspnet/ajax/cdn/overview)—The Microsoft Ajax CDN hosts popular third-party JavaScript libraries such as jQuery and enables you to easily add them to your Web application
* [ovh.ie](https://www.ovh.ie/ssl-gateway/)—Free DDoS protection and SSL certificate
* [PageCDN.com](https://pagecdn.com/) - Offers free Public CDN for everyone, and free Private CDN for opensource / nonprofits.
* [Skypack](https://www.skypack.dev/)—The 100% Native ES Module JavaScript CDN. Free for 1 million requests per domain, per month.
* [raw.githack.com](https://raw.githack.com/)—A modern replacement of **rawgit.com** which simply hosts file using Cloudflare
* [section.io](https://www.section.io/)—A simple way to spin up and manage a complete Varnish Cache solution. Supposedly free forever for one site
* [statically.io](https://statically.io/)—CDN for Git repos (GitHub, GitLab, Bitbucket), WordPress-related assets and images
* [toranproxy.com](https://toranproxy.com/)—Proxy for Packagist and GitHub. Never fail CD. Free for personal use, 1 developer, no support
* [UNPKG](https://unpkg.com/)—CDN for everything on npm
* [weserv](https://images.weserv.nl/)—An image cache & resize service. Manipulate images on-the-fly with a worldwide cache.
* [Namecheap Supersonic](https://www.namecheap.com/supersonic-cdn/#free-plan)—Free DDoS protection
* [Gcore](https://gcorelabs.com/)
  * [CDN](https://gcorelabs.com/cdn/)—Global content delivery network, 1 TB and 1 million requests per month free.
  * [DNS Hosting](https://gcorelabs.com/dns/)—Free DNS hosting.

[**⬆ back to top**](#table-of-contents)
