Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ index.js
File
index.js
examples/webtransport/index.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:https"
;
3
import
{ Server } from
"socket.io"
;
4
import
{ Http3Server } from
"@fails-components/webtransport"
;
Callers
nothing calls this directly
Calls
7
createServer
Function · 0.85
listen
Method · 0.80
read
Method · 0.80
writeHead
Method · 0.45
write
Method · 0.45
end
Method · 0.45
on
Method · 0.45
Tested by
no test coverage detected