Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultithreadedJSBook/code-samples
/ server.js
File
server.js
ch6-actors/server.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
const
http = require(
'http'
);
4
const
net = require(
'net'
);
Callers
nothing calls this directly
Calls
2
randomActor
Function · 0.85
exec
Method · 0.45
Tested by
no test coverage detected