I hereby claim:
- I am shamabe on github.
- I am shamabe (https://keybase.io/shamabe) on keybase.
- I have a public key whose fingerprint is F022 60F4 CC7E 4DBD A72A C07A 4C3E 4FAE EBE2 156D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
var http = require('http'); | |
server = http.createServer(function (req, res) { | |
res.writeHead(200, {'Content-Type': 'text/plain'}); | |
res.end('Hello World\n'); | |
server.close(); | |
}); | |
server.listen(8080, 0, function () { | |
console.log('Server running at http://localhost:8080/'); | |
}); |