CDN Resources for socket.io-client
Various ways to access socket.io-client via Content Delivery Networks
Package Installation
npm
npm install socket.io-clientyarn
yarn add socket.io-clientpnpm
pnpm add socket.io-clientCDN 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