Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/all4you/bitchat-im-web
bitchat-im 应用的前端服务
https://github.com/all4you/bitchat-im-web
Last synced: about 1 month ago
JSON representation
bitchat-im 应用的前端服务
- Host: GitHub
- URL: https://github.com/all4you/bitchat-im-web
- Owner: all4you
- Created: 2020-01-17T15:46:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:10:01.000Z (about 2 years ago)
- Last Synced: 2023-02-28T15:07:20.413Z (almost 2 years ago)
- Language: HTML
- Size: 2.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitchat-im-web
**bitchat-im-web** 是一个基于 bitchat 实现的一个 IM 应用的web端
## 快速开始
### 启动服务端
把依赖的 [bitchat](https://github.com/all4you/bitchat-im) 项目下载到本地,然后启动服务端
### 启动web端
1、安装依赖
``` bash
npm install
```2、启动
``` bash
npm start
```### 需要解决的问题
1.刷新页面后websocket断开连接
2.vue保存登录状态
3.刷新页面后由于websocket断开,导致Channel也断开,所以需要重新登录来绑定session和Channel的关系