MCPcopy Index your code
hub / github.com/socketio/socket.io / index.js

File index.js

examples/basic-websocket-client/test/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createServer } from "node:http";
2import { io as ioc } from "../src/index.js";
3import { WebSocket } from "ws";
4import { Server } from "socket.io";

Callers

nothing calls this directly

Calls 11

createServerFunction · 0.85
itFunction · 0.85
listenMethod · 0.80
eqlMethod · 0.80
waitForFunction · 0.70
sleepFunction · 0.70
aMethod · 0.65
emitMethod · 0.65
closeMethod · 0.45
disconnectMethod · 0.45
onMethod · 0.45

Tested by

no test coverage detected