Skip to content

Instantly share code, notes, and snippets.

@subkitio
Last active December 13, 2015 18:46
Show Gist options
  • Save subkitio/0f249e7f18dd13098bbc to your computer and use it in GitHub Desktop.
Save subkitio/0f249e7f18dd13098bbc to your computer and use it in GitHub Desktop.
Hello subkit.io!
//example debug log output
console.log('Hello subkit.io');
res.send({
message: 'Hello subkit.io!',
forHostname: req.hostname,
fromIp: req.ip
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment