0fdc7c3a
a0c083af
7fd94447
0b85fe29
1
2
3
4
require('http').createServer(function (req, res) { res.writeHead(200, 'blah', {'Content-Type': 'text/plain'}).end(); }).listen(8080);