在线网页即时客服系统
#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>