Skip to content

Instantly share code, notes, and snippets.

@azat-co
Last active January 28, 2017 03:26
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 azat-co/8f3eb8461c3179c9616cd45b99e1d1b8 to your computer and use it in GitHub Desktop.
Save azat-co/8f3eb8461c3179c9616cd45b99e1d1b8 to your computer and use it in GitHub Desktop.
const http = require('http')
http.createServer((req, res)=>{res.end(`Happy Monday America!
Your Node environment is ${process.env.NODE_ENV}
`)}).listen(80)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment