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

File server.js

packages/engine.io/examples/memory-usage/server.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createServer } from "node:http";
2import { Server } from "../../build/engine.io.js";
3
4const EMIT_INTERVAL_MS = 10_000;

Callers

nothing calls this directly

Calls 6

createServerFunction · 0.85
keysMethod · 0.80
listenMethod · 0.80
formatSizeFunction · 0.70
attachMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected