chat-websocket (socket.io)
a very simple chat demo using websocket. Using socket.io instead of ws modules.
Detail
http://blog.fens.me/nodejs-socketio-chat/
Install
git clone https://github.com/bsspirit/chat-websocket.git
cd chat-websocket
npm install
node app.js
from https://github.com/bsspirit/chat-websocket