Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ entrypoint.js
File
entrypoint.js
examples/pm2-example/entrypoint.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ readFileSync } from
"node:fs"
;
2
import
{ createServer } from
"node:http"
;
3
import
{ Server } from
"socket.io"
;
4
import
{ createAdapter } from
"@socket.io/cluster-adapter"
;
Callers
nothing calls this directly
Calls
8
createAdapter
Function · 0.90
createServer
Function · 0.85
emit
Method · 0.65
writeHead
Method · 0.45
write
Method · 0.45
end
Method · 0.45
on
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected