Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
{ createServer } = require(
"node:http"
);
2
const
{ NodeClusterEngine } = require(
"../dist/cluster"
);
3
4
const
httpServer = createServer();
Callers
nothing calls this directly
Calls
5
createServer
Function · 0.85
listen
Method · 0.80
on
Method · 0.45
send
Method · 0.45
attach
Method · 0.45
Tested by
no test coverage detected