Cloud Computing Service for PHP and Node.js

I use PagodaBoxto scale PHPapplications deployed through git.
In this application, I would like to include as well Node.js.
For me, the PagodaBox seems unable to integrate Node.js. Can you recommend me another service IaaS, PaaSor SaaS?

+5
source share
2 answers

dotCloud and OpenShift (from Red Hat) support both Node.js and PHP. Not sure if you can combine them into one instance.

+2
source

Windows Azure supports node.js and PHP along with git deployment:

Azure web sites

Node Developer Center

PHP Developer Center

+1
source

All Articles