0fdc7c3a
7fd94447
1 2 3 4
5
6
#!/usr/bin/env node require('unit-http').createServer(function (req, res) { res.write('blah'); res.writeHead(200, {'Content-Type': 'text/plain'}).end(); }).listen(7080);