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