Created
April 11, 2017 14:04
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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