index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
node
/
double_end
/
app.js
blob: 653e33b1286588e6cb9f24a340e9738b771c3589 (
plain
) (
blame
)
1
2
3
4
require
(
'http'
).
createServer
(
function
(
req
,
res
) {
res
.
end
().
end
();
}).
listen
(
7080
);