Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 474 Bytes

easy-chat

This is a chatroom.

v0.1.1版本支持的功能:

  • 群聊
  • 发表情/图片/视频/音频
  • 聊天记录自动保存

未来功能:私聊/换肤/好友增删改查/创群/消息提醒

简单的页面:

在终端执行(安装package.json中列出来的依赖):

npm install

运行:

npm start

然后在多个浏览器中访问: http://localhost:3100,就可以畅聊了。