Skip to content

一个简单使用方便部署的聊天系统

Notifications You must be signed in to change notification settings

jtyoui/chatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatRoom

一个简单使用方便部署的聊天系统

注意

如果要部署到其它IP地址上,需要修改一处

web/src/
├── views
│   ├── Home.vue  // 此处需要修改,修改的代码  const ws = new WebSocket('ws://localhost:11280/ws')
│   └── Login.vue


需要将里面的localhost换成对应的ip地址即可
然后编译一下: npm run build

编译二进制

go build

聊天界面

聊天界面

界面代码

查看web文件夹

功能

  • 支持群聊
  • 支持私聊
  • 支持emoji表情
  • 支持文件传输