Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/chess
/ index.ts
File
index.ts
apps/ws/src/index.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ WebSocketServer } from
'ws'
;
2
import
{ GameManager } from
'./GameManager'
;
3
import
url from
'url'
;
4
import
{ extractAuthUser } from
'./auth'
;
Callers
nothing calls this directly
Calls
3
extractAuthUser
Function · 0.90
addUser
Method · 0.45
removeUser
Method · 0.45
Tested by
no test coverage detected