I have been using OpenShift with node.js and socket.io. My code is:
server.listen(process.end.OPENSHIFT_NODEJS_PORT || 3000);
My code says that it returns port 8080.
However, I get this error:
DEBUG: Starting child process with 'node server.is'
Info: socket.io started
warn:error raised: Error: listen EACCES
How can I fix this?
No other solution I can find works.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…