Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ createServer } from
"node:http"
;
2
import
{ Server } from
"../../build/engine.io.js"
;
3
4
const
EMIT_INTERVAL_MS = 10_000;
Callers
nothing calls this directly
Calls
6
createServer
Function · 0.85
keys
Method · 0.80
listen
Method · 0.80
formatSize
Function · 0.70
attach
Method · 0.45
send
Method · 0.45
Tested by
no test coverage detected