Is it possible to have multiple PHP websites and Nodejs App on same VPS?
I have a CentOS VPS with root access on Host Virtual where I'm hosting multiple webistes on LAMP using virtual hosts.. I use port 80 for apache.
Now I want to deploy a nodejs application built on mongoDB and Express framework on same VPS.. I've installed node and express.
- I need to know if its a good practice to host node app on same VPS..?
- What should I use for routing.. Should I use nginx as front-end proxy for apache and nodejs or can I also use apache for routing my node app url to node app folder..?