Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/llrt
/ simple-server.js
File
simple-server.js
example/register-hooks/simple-server.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createServer } from
"node:http"
;
2
3
const
server = createServer((req, res) => {
4
res.writeHead(200, {
"Content-Type"
:
"text/plain"
});
Callers
nothing calls this directly
Calls
4
createServer
Function · 0.85
listen
Method · 0.80
end
Method · 0.65
log
Method · 0.65
Tested by
no test coverage detected