Create README.md

This commit is contained in:
邰广银 2017-10-27 22:01:18 -05:00 committed by GitHub
parent df003f56a0
commit e5e71a7781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# KeFu
在线客服系统开发语言NodeJS。通信库Socket.IO。UI库前端SUI后端LayUI。
# 缘起
公司商城里面想加个在线客服,但是第三方的的太贵,功能太多又又不上。所以闲暇时间写了这个,让公司能暂时用起来。
估计还是有bug未详细测试。
# 使用方法
git clone https://github.com/gytai/KeFu.git
cd KeFu
npm install
pm2 start bin/www --name kefu
# 实例截图
客户端
![Alt text](https://github.com/gytai/KeFu/blob/master/public/images/client.png)
服务端
![Alt text](https://github.com/gytai/KeFu/blob/master/public/images/server.png)