Content Delivery Network
A content delivery network (CDN) refers to a geographically distributed group of servers which work together to provide fast delivery of Internet content.
jsDelivr
jsDelivr is a public, open-source CDN (Content Delivery Network) developed by Dmitriy Akulov and Prospect One, focused on performance, reliability, and security. It is free to use for everyone, with no bandwidth limits.
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/alink@latest/alink.min.js" defer></script>
unpkg
unpkg is a fast, global content delivery network for everything on npm.
<script type="text/javascript" src="https://unpkg.com/alink@latest/alink.js" defer></script>