Application 'appname' failed to start (port 8080 not available) on open shift node app
问题 I have written a node restify server in coffee and I can't seem to get it running. While deploying I get the following error: Waiting for application port (8080) become available ... after which I do get the following error Application 'appname' failed to start (port 8080 not available) If coffeescript seems to be the problem is there a work around it. I would not want to change back to js. My server code is: restify = require 'restify' Bunyan = require 'bunyan' server = restify.createServer