Skip to main content

cdn

How to use a CDN to access your npm module

Submitted by daniel on
In my last post I wrote about how to publish your article to a public registry like npm (node package manager). Once you have added your code to the registry your code automatically becomes available via a Content Delivery Network (CDN). Here we look at a couple of CDN's and how to utilise them in your code or build pipeline.

Tags: