From e5e71a778192d22d4f196471e5d0a43288308bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B0=E5=B9=BF=E9=93=B6?= <273650669@qq.com> Date: Fri, 27 Oct 2017 22:01:18 -0500 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..781d7e9 --- /dev/null +++ b/README.md @@ -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)