0👍
Do I need to install Node js in my server?
If you want to use Node.js on your server, then you will need to install it.
or can i just use it as a dependency in my website project.
The state of “being a dependency” means “it must be installed on the server”.
how can i use node js with apache web server without installing node js in the server.
Install it on some other server, then communicate with it over the network.
Source:stackexchange.com