Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 424 Bytes

File metadata and controls

13 lines (12 loc) · 424 Bytes

fiveChat

基于node + websocket,在线聊天程序

功能:系统消息、发送文字、图片、视频、表情、窗口抖动效果

待添加效果: 语音效果

IE9+

运行命令:
npm install
npm install socket.io
node server
然后再浏览器打开 localhost:8080 (如果端口被占用,在server.js中修改端口号再运行 node server ,然后访问即可)