Get the latest updates from us for free

My journey with websocket - native websocket and node js - Day2



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
  1. yum -y update
  2. yum -y groupinstall "Development Tools"
  3. yum -y install screen
  4. cd /usr/src
  5. check for the latest version on node.js in http://nodejs.org/download/.
  6. wget http://nodejs.org/dist/v0.10.4/node-v0.1x.xx.tar.gz
  7. tar zxf node-v0.10.4.tar.gz
  8. cd node-v0.10.4
  9. ./configure
  10. make
  11. 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

 

Techies

Ping your blog, website, or RSS feed for Free

Sponsors

Sponsors

Protection Status

Follow me on Google+

MyFreeCopyright.com Registered & Protected

Advertisements!

Advertisements!

Followers

Copyright © 2012 All Rights Reserved. Any Article on This Blog can not be repost or reproduce in any form without the permission of Author.