My site is made "totally" in PHP and I used Node.js for the real-time chat part. I'm using the AWS services and I had a big question:
Can I install Node.js in the same instance of PHP (apache) or should I create an instance for Node separately?
My site is made "totally" in PHP and I used Node.js for the real-time chat part. I'm using the AWS services and I had a big question:
Can I install Node.js in the same instance of PHP (apache) or should I create an instance for Node separately?
Yes you can, Apache by default uses port 80 and you can set another port for NodeJS like 8888.