WebSocket - A Note For Myself
yum install make
yum install apt
yum install gcc
yum install gcc-c++
yum install git
git clone https://github.com/ry/node.git && cd node
./configure
make
make install
Node Package Manager (NPM)
=========================
curl https://npmjs.org/install.sh | sh
Express
=======
npm install -g express
express -V
Socket.IO
========
npm install -g socket.io
Sample application socket.io:
-----------------------------------------
git clone git://github.com/LearnBoost/Socket.IO-node.git socket.io-node --recursive && cd socket.io-node/example/
node server.js
socketio-file-upload
===============
npm install -g socketio-file-upload
Forever
======
npm install forever -g
WAMP.IO
========
npm install wamp.io -g
WS
========
npm install ws -g