kefu/README.md
2020-01-09 20:28:17 +08:00

32 lines
653 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# KeFu
在线客服系统开发语言NodeJS。通信库Socket.IO。UI库前端SUI后端LayUI。
# 缘起
公司商城里面想加个在线客服,但是第三方的的太贵,功能太多又又不上。所以闲暇时间写了这个,让公司能暂时用起来。
# 安装
git clone http://git.wm-app.xyz/yaclty/kefu.git
cd KeFu
npm install
pm2 start bin/www --name kefu
# 使用
1打开 localhost:9010/client --客户端
2打开 localhost:9010 --服务端
# 实例截图
客户端
![Alt text](kefu/raw/master/public/images/client.png)
服务端
![Alt text](kefu/raw/master/public/images/server.png)
# 在线实例