When running console.log('Express server listening on port ' + port); in node.js on a deployed Azure website, I get the following string Express server listening on port \\.\pipe\d
Solution 1:
Should be running in port 80.
Seems like an internal instruction from the server
Post a Comment for "Process.env.port Prints Weird String"