CDN Resources for socket.io-client
Various ways to access socket.io-client via Content Delivery Networks
Package Installation
npm
npm install socket.io-client
yarn
yarn add socket.io-client
pnpm
pnpm add socket.io-client
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/socket.io-client"></script>
Unpkg
<script src="https://unpkg.com/socket.io-client"></script>
jsDelivr ESM
<script type="module">
import socket.ioclient from 'https://cdn.jsdelivr.net/npm/socket.io-client/+esm';
</script>
Skypack
<script type="module">
import socket.ioclient from 'https://cdn.skypack.dev/socket.io-client';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages