Quick Tip: Three CDN Hosted Javascript Libraries

white text on violet background: Quick Tip: Three CDN Hosted Javascript Libraries
Hosted Libraries or CDNJS or simply CDN are a content distribution network for Javascript libraries.
Here you have three of them:
1. Google Hosted Libraries:
https://developers.google.com/speed/libraries/
2. CDNJS by CloudFlare
https://cdnjs.com/
3. Microsoft Ajax Content Delivery Network:
https://learn.microsoft.com/en-us/aspnet/ajax/cdn/overview
Why is useful?
Because you don't have to host the files in your own server to achieve awesome effects in your website or blog.
If you do not know what is a CDN or Content Delivery Network, read this article at Wikipedia:
https://en.wikipedia.org/wiki/Content_delivery_network

Comments

Popular Posts