Skip to content

Instantly share code, notes, and snippets.

@dtornow
Last active August 29, 2015 14:05
Show Gist options
  • Save dtornow/9f781673c8e9923fda0c to your computer and use it in GitHub Desktop.
Save dtornow/9f781673c8e9923fda0c to your computer and use it in GitHub Desktop.
Nodejs Hello World
console.log("HTTP method", process.env.HTTP_METHOD);
console.log("HTTP header", process.env.HTTP_HEADER);
console.log("HTTP query", process.env.HTTP_QUERY);
console.log("HTTP body", process.env.HTTP_BODY);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment