Total Pageviews

Tuesday 22 December 2015

基于nodejs的聊天工具:chat-websocket

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