MCPcopy
hub / github.com/socketio/socket.io / client.js

File client.js

examples/postgres-adapter-example/client.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { io } from "socket.io-client";
2
3const CLIENTS_COUNT = 3;
4const PORTS = [3000, 3001, 3002];

Callers

nothing calls this directly

Calls 3

ioFunction · 0.85
emitMethod · 0.65
onMethod · 0.45

Tested by

no test coverage detected