MCPcopy Index your code
hub / github.com/socketio/socket.io / client.ts

File client.ts

examples/typescript/client.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { io } from "socket.io-client";
2
3const socket = io("ws://localhost:8080/", {});
4

Callers

nothing calls this directly

Calls 3

ioFunction · 0.85
emitMethod · 0.65
onMethod · 0.45

Tested by

no test coverage detected