i5chats简单聊天软件
i5chats
i5chats 是基于nodejs,socket.io,和express的简单的即时通信。
Usage
Step 1: 获取源码
git clone https://github.com/LinLingGang/i5chats.git && cd i5chats
Step 2: 安装依赖包 express,socket.io
npm install
Step 3: 运行服务端
node index.js
Step 4: 开户端浏览器打开地址:http://127.0.0.1:3000/
评论