Skip to content

Instantly share code, notes, and snippets.

@zaverden
Created May 21, 2018 21:34
Show Gist options
  • Save zaverden/d0f43396f880384241c6f075dcb6c4c9 to your computer and use it in GitHub Desktop.
Save zaverden/d0f43396f880384241c6f075dcb6c4c9 to your computer and use it in GitHub Desktop.
node -e "require('http').createServer((req, res)=>res.write('Hello World',()=>res.end())).listen(3000);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment