phusion / passenger-ruby-heroku-demo

Demonstrates running a Ruby app on Heroku with Phusion Passenger
280 stars 20 forks source link

NodeJS+Heroku example? #26

Open timelf123 opened 8 years ago

timelf123 commented 8 years ago

Is it possible to run passenger standalone on heroku with NodeJS/Express?

FooBarWidget commented 8 years ago

Someone managed to run Passenger Standalone on Heroku with Node.js by using buildpack tricks: https://medium.com/@robinvdvleuten/running-hapi-with-passenger-on-heroku-a023c30cd6f1

We haven't checked whether it's possible to run on Heroku with the default Node.js buildpack.