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