Skip to content

abxian/kf_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kf_system

在线网页即时客服系统

#install

npm i

#run

node chatserver.js

#访问客服端

http://127.0.0.1:8080/kfhoutai.html

#访问测试页面

http://127.0.0.1:8080/test.html

#引入网站右下角,添加客户端js到网站

<!-- 引入jQuery -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- 引入Socket.io -->
<script src="http://127.0.0.1:8080/socket.io/socket.io.js"></script>
<!-- 引入在线客服的JS -->
<script src="http://127.0.0.1:8080/js/chat_client.js"></script> 

About

在线网页即时客服系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors