UNPKG

@clinic/heap-profiler

Version:
11 lines (7 loc) 156 B
'use strict' const http = require('http') const server = http.createServer((req, res) => { server.close() res.end('from server') }) server.listen(0)