I will start from installation of node.js and other required libraries.
I have CENT OS 6.x 32 bit in my free VPS.
Install node.js : This process takes 20-40 mins
I have CENT OS 6.x 32 bit in my free VPS.
Install node.js : This process takes 20-40 mins
- yum -y update
- yum -y groupinstall "Development Tools"
- yum -y install screen
- cd /usr/src
- check for the latest version on node.js in http://nodejs.org/download/.
- wget http://nodejs.org/dist/v0.10.4/node-v0.1x.xx.tar.gz
- tar zxf node-v0.10.4.tar.gz
- cd node-v0.10.4
- ./configure
- make
- make install
Install socket.io : this won't take much time.
npm install socket.io
Keep watching here for update:
0 comments:
Confused? Feel free to ask