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

File worker.js

packages/socket.io-cluster-engine/test/worker.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { createServer } = require("node:http");
2const { NodeClusterEngine } = require("../dist/cluster");
3
4const httpServer = createServer();

Callers

nothing calls this directly

Calls 5

createServerFunction · 0.85
listenMethod · 0.80
onMethod · 0.45
sendMethod · 0.45
attachMethod · 0.45

Tested by

no test coverage detected