Skip to content

Instantly share code, notes, and snippets.

@mucahitnezir
Created April 11, 2017 14:04
Show Gist options
  • Save mucahitnezir/df15f0caf5bd8645cc8b13a9e971eb67 to your computer and use it in GitHub Desktop.
Save mucahitnezir/df15f0caf5bd8645cc8b13a9e971eb67 to your computer and use it in GitHub Desktop.
Node.js app.listen() method to connect different devices in the same network
app.listen(8080, "0.0.0.0", function(){
console.log("Your app is ready at 8080 port.");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment