hapi is unable to start up when using foreman. It is unable to use the port that foreman starts up when accessed by process.env.PORT.
var server = new Hapi.Server(process.env.PORT);
Since this is the only way to deploy to heroku.com, this is important to get working.
hapi is unable to start up when using foreman. It is unable to use the port that foreman starts up when accessed by process.env.PORT.
var server = new Hapi.Server(process.env.PORT);
Since this is the only way to deploy to heroku.com, this is important to get working.