# vue-chat
**Repository Path**: ws_developer/vue-chat
## Basic Information
- **Project Name**: vue-chat
- **Description**: 项目已经迁移到这里https://github.com/fsharechat/vue-chat 维护-[飞享]-即时聊天系统web客户端,使用vue框架,基于websocket实现基于json的文本协议实现即时通信。消息与android客户端同步,支持文字,图片发送,支持视频相关消息显示。支持与android端互通音视频通话。[公测地址](https://chat.comsince.cn) 加13900000001获取技术支持或提供建议
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://www.fsharechat.cn
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 152
- **Created**: 2024-12-05
- **Last Updated**: 2024-12-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
**NOTE:** __飞享即时通讯IM[官网上线](https://fsharechat.cn)__
# 项目概述
为了便于项目的管理与发展,将项目相关的仓库全部移动到这里[Github飞享开发组](https://github.com/fsharechat),[Gitee](https://gitee.com/comsince)的个人账户下面的项目,原则上全部移动到这里维护
## 项目列表
### 服务端项目
* [chat-server-release](https://github.com/fsharechat/chat-server-release) 飞享服务端发布项目,便于快速本地部署
* [chat-server-pro](https://github.com/fsharechat/chat-server-pro) IM服务端项目
* [chat-proto](https://github.com/fsharechat/chat-proto) 基于protobuf的相关proto定义文件
### Android客户端
* [android-chat](https://github.com/fsharechat/android-chat) Android客户端项目,仅仅支持一对一音视频
* [android-chat-pro](https://github.com/fsharechat/android-chat-pro) Android专业版,支持群组音视频
### Vue Web客户端
* [vue-chat](https://github.com/fsharechat/vue-chat) 基于vue的web端项目
* [vue-chat-pro](https://github.com/fsharechat/vue-chat-pro) 基于vue的web端项目
### Vue 移动端
* [vue-mobile-chat](https://github.com/fsharechat/vue-mobile-chat) 基于vue的移动端项目
### Electron-Vue 客户端
* [electron-vue-chat](https://github.com/fsharechat/electron-vue-chat) 基于electron的pc端项目
**NOTE:** 专业版提供付费技术支持,并且提供源码授权,请联系QQ `1282212195`,带有pro后缀的专业版项目,只对付费用户开放
## 项目截图
### Android 客户端
| 主界面 | 群组音视频聊天|
| :--------: | :--------:|
||
|
### web 客户端



### PC客户端


## 项目演示说明
**NOTE:** 请使用同一环境的`PC`,`Android`端登录测试,演示环境的统一服务地址为`chat.comsince.cn`
* [vue-chat-web版本](https://chat.comsince.cn)
* [vue-mobile-chat移动版本](https://chat.comsince.cn/mobile)
* Android扫码下载

* pc 客户端下载
* [windows客户端](https://media.comsince.cn/minio-bucket-file-name/fshare-chat-window.exe)
* [macos客户端](https://media.comsince.cn/minio-bucket-file-name/fshare-chat-macos.dmg)
* [Linux客户端](https://media.comsince.cn/minio-bucket-file-name/fshare-chat-linux.AppImage)
**NOTE:** 由于现在没有开通短信功能,可以使用下演示帐号登录
```shell
帐号:13800000000, 13800000001, 13800000002
验证码:556677
```
### 项目迁移问题
**NOTE:** 针对项目改变地址,可以使用以下方法快速切换代码拉取地址,以下以`chat-server-release`具体说明,其他项目基本类似
```shell
git remote rm origin
git remote add origin git@github.com:fsharechat/chat-server-release.git
## 同步以下主干分支提交
git branch --set-upstream-to=origin/master
```
## 文档列表
### 技术说明
* [飞享-即时聊天系统技术文档](https://www.comsince.cn/2020/05/18/universe-push-tech-doc/)
### 部署
* [即时聊天系统在Centos上单机部署实践](https://www.comsince.cn/2020/04/13/universe-push-start-on-centos/)
* [即时聊天系统在Windows上单机测试部署实践](https://www.comsince.cn/2020/05/07/universe-push-start-on-windows/)
* [即时聊天系统在Windows上单机部署指南](https://www.comsince.cn/2020/10/14/fshare-on-windows/)
* [即时聊天系统在Ubuntu上单机部署实践](https://www.comsince.cn/2020/08/31/ubuntu-install-fshare/)
### 音视频方案
* [实时音视频开发的工程化实践](https://www.comsince.cn/2020/03/04/web-rtc/)
* [多人音视频会话方案预研](https://www.comsince.cn/2020/06/01/muti-conference-webrtc/)
## 功能列表
主功能 | 功能说明 | web | h5 | android | pc客户端 |
---|---|---|---|---|---|
登录 | 支持腾讯云,阿里云验证码登录 | √ | √ | √ | √ |
用户信息 | 修改用户头像 | √ | √ | √ | √ |
修改用户昵称 | √ | √ | √ | √ | |
好友列表 | 发送好友请求 | √ | √ | √ | √ |
处理好友请求 | √ | √ | √ | √ | |
修改好友备注名 | √ | √ | √ | √ | |
好友列表查看 | √ | √ | √ | √ | |
单聊 | 文本/视频/图片 | √ | √ | √ | √ |
语音 | × | × | √ | √ | |
消息删除 | √ | × | √ | √ | |
消息撤回 | √ | × | √ | √ | |
消息转发 | √ | × | √ | √ | |
消息送达已读回执 | × | × | × | √ | |
群聊(含基本单聊功能) | 群聊创建 | √ | × | √ | √ |
修改群名称 | √ | × | √ | √ | |
群聊退出 | √ | × | √ | √ | |
群聊解散 | √ | × | √ | √ | |
群成员列表 | √ | × | √ | √ | |
成员邀请 | √ | × | √ | √ | |
成员删除 | √ | × | √ | √ | |
实时音视频 | 一对一音视频 | √ | × | √ | √ |
群组音视频 | √ | × | √ | √ |