升级内容:
1. 更新数据库结构
2. 完善管理后台部门、角色、权限
语言
- English
- 中文
介绍
- 企业即时通讯/IM
- 在线客服
- 大模型AI助手
- 局域网文件传输,类似airdrop
技术栈
- springboot-3.2.0 jdk17/maven/mysql8.0 or postgresql for 后端
- react-18.2.0 for web前端
- react-native-0.73.4 for 移动客户端(ios&android)
- electron-29.1.1 for 桌面客户端(windows&mac&linux)
快速开始
- 注意: 此开源版本处于早期阶段,许多功能尚未完善或测试未完成,文档尚待完善,请勿在生产环境使用
git clone https://github.com/Bytedesk/bytedesk.git cd bytedesk mvn install -Dmaven.test.skip=true cd starter mvn spring-boot:run # # 本地预览 web: http://localhost:9003/ 管理后台: http://localhost:9003/admin, 用户名: [email protected], 密码: admin WebIM/客服端: http://localhost:9003/chat, 用户名: [email protected], 密码: admin 访客对话窗口: http://localhost:9003/v api文档: http://localhost:9003/swagger-ui/index.html h2数据库: http://localhost:9003/h2-console, 路径: ./h2db/weiyuim, 用户名: sa, 密码: sa
文档
- 文档
功能
- TODO:
预览
- 官网
- 管理后台
- WebIM/客服端
- 客服访客端
SDK
- iOS-oc
- iOS-swift
- Android
- Flutter
- React
- React-native
- UniApp
- Web