@pixotope/socket.io-client
v0.5.0
Published
Pinned re-export of socket.io-client for Pixotope Foundation
Readme
@pixotope/socket.io-client
Pinned re-export of socket.io-client for Pixotope Foundation.
Install
pnpm add @pixotope/socket.io-clientUsage
This package is a thin re-export of the socket.io-client npm package, pinned to a specific version for consistency across Pixotope Foundation packages. Usage is identical to using socket.io-client directly - just import from @pixotope/socket.io-client instead:
// Instead of:
// import { io } from "socket.io-client";
import { io } from "@pixotope/socket.io-client";
const socket = io("https://example.com");See the upstream socket.io client API docs for full usage.
