Skip to content

Instantly share code, notes, and snippets.

@zhuangya
Created January 22, 2015 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhuangya/b8c42b9d177df23d9e24 to your computer and use it in GitHub Desktop.
Save zhuangya/b8c42b9d177df23d9e24 to your computer and use it in GitHub Desktop.
require('http').createServer(function (req, res) {
res.end(req.headers['user-agent']);
}).listen(process.env.PORT || 7878);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment