Install node.js / socket.io on CentOS with DirectAdmin

ericovk

Verified User
Joined
Apr 17, 2012
Messages
228
Location
Rotterdam, Netherlands
I found a way to install node.js on our dev server, but I am wondering if this is going to work with DirectAdmin (and with that Apache) installed and running as well? I hope it isn't going to confict.

Installation itself should be simple when having EPEL RPM enabled:
Code:
$ [COLOR=#000000][FONT=Consolas]sudo yum install npm[/FONT][/COLOR]

Source: http://serverfault.com/questions/299288/how-do-you-install-node-js-on-centos

Does anyone has experience with installing node.js?
 
Do you get any updates?

I like to know what the options an experience of installing node.js

my setup is installed with nginx and not apache.

Greetings Theo
 
Hello,

You can run node.js on a public interface with its own port and in this case you don't need to do anything special either in NGINX or in Apache.
 
Back
Top