Created
December 22, 2011 18:59
-
-
Save dsimard/1511415 to your computer and use it in GitHub Desktop.
Node.js on Heroku : "Process bound to port 3000, should be 12345"
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
var port = process.env.PORT || 3000; | |
app.listen(port); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment