UNPKG
light-router
Version:
latest (0.1.3)
0.1.11
0.1.3
0.1.2
0.1.1
0.1.0
0.0.211
0.0.31
0.0.22
0.0.21
0.0.11
0.0.3
0.0.2
0.0.1
A node.js perfomance efficient http router.
github.com/herenow/light-router
herenow/light-router
light-router
/
benchmark
/
rawhttp.js
4 lines
(3 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
require
(
'http'
).createServer(
function
(req, res)
{ res.
end
(
'benchmark'
) }).listen(
2048
)