Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ index.ts
File
index.ts
examples/passport-jwt-example/ts/index.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
express from
"express"
;
2
import
{
type
Request,
type
Response } from
"express"
;
3
import
{ createServer } from
"node:http"
;
4
import
{ dirname, join } from
"node:path"
;
Callers
nothing calls this directly
Calls
10
createServer
Function · 0.85
done
Function · 0.85
sendFile
Method · 0.80
listen
Method · 0.80
cb
Function · 0.50
use
Method · 0.45
send
Method · 0.45
end
Method · 0.45
on
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected