0fdc7c3a
a0c083af
7fd94447
e0c26757
1
2
3
4
5
require('http').createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}) .end(Buffer.from('buffer', 'utf8')); }).listen(7080);