Skip to content

Commit 89bbf4e

Browse files
authored
Merge pull request #1 from KairuiLiu/dev
Release: v0.0.1
2 parents 5c7424a + 960ead8 commit 89bbf4e

File tree

17 files changed

+896
-22
lines changed

17 files changed

+896
-22
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*_ZH.md

README-CN.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<div align="center">
2+
<img src="design/assets/logo_color.svg" width="128" height="128"/>
3+
<h2 style="margin-top: 0;">ConFlux</h2>
4+
<p>
5+
<strong>🎥 又一个视频会议与协作平台</strong>
6+
</p>
7+
<p>
8+
<!-- badge here -->
9+
</p>
10+
<h4>
11+
<a href="https://conflux.liukairui.me/">Live Demo</a>
12+
<span> | </span>
13+
<a href="./README.md">English</a>
14+
<span> | </span>
15+
<a href="./README-CN.md">简体中文</a>
16+
</h4>
17+
</div>
18+
19+
### ✨ 特性
20+
21+
- 基于 WebRTC 的多人 P2P 视频会议
22+
- 本地用户, 无需注册, 无需登录
23+
- 支持屏幕共享
24+
- 支持音视频设备测试与切换
25+
- 支持会议邀请
26+
- 支持会议成员权限管理 (设置联席主持人, 禁言, 踢出)
27+
- 实时流量监控
28+
29+
### 📂 项目仓库
30+
31+
- [客户端](https://github.com/KairuiLiu/conflux-client)
32+
- [服务端](https://github.com/KairuiLiu/conflux-server)
33+
34+
### 📄 文档
35+
36+
- 产品文档
37+
- [PRD](./product/PRD/)
38+
- [产品路线图](https://github.com/users/KairuiLiu/projects/5)
39+
- Design
40+
- [Figma](https://www.figma.com/file/Z5L0xXbiYRHvmJj11YYfL0/ConFlux?type=design&node-id=301%3A1916&mode=design&t=BGpGi3kvQd7BSn8B-1)
41+
- [设计稿](./design)
42+
- Technical
43+
- [安装指南](./technical/deploy.md)
44+
- [API](./technical/api/)
45+
- [其他技术文档](./technical/misc/)

README.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
11
<div align="center">
22
<img src="design/assets/logo_color.svg" width="128" height="128"/>
3-
<h2>ConFlux</h2>
3+
<h2 style="margin-top: 0;">ConFlux</h2>
44
<p>
55
<strong>Another meeting and collaboration platform</strong>
66
</p>
77
<p>
88
<!-- badge here -->
99
</p>
1010
<h4>
11-
<a href="">Live Demo</a>
11+
<a href="https://conflux.liukairui.me/">Live Demo</a>
1212
<span> | </span>
1313
<a href="./README.md">English</a>
1414
<span> | </span>
15-
<a href="./README.md">简体中文</a>
15+
<a href="./README-CN.md">简体中文</a>
1616
</h4>
1717
</div>
1818

19-
### Features
19+
### ✨ Feature
2020

21-
-
21+
- Multi-person P2P video conferencing based on WebRTC
22+
- Local users, no registration required, no login required
23+
- Supports screen sharing
24+
- Supports audio and video device testing and switching
25+
- Supports meeting invitations
26+
- Supports meeting member permission management (setting co-hosts, muting, kicking out)
27+
- Real-time traffic monitoring
2228

23-
### Component
2429

25-
- [ConFlux Client]()
26-
- [ConFlux Server (Node.js)]()
27-
- [ConFlux Server (GoLang)]()
30+
### 📂 Project Repository
2831

29-
### Deploy
32+
- [Client](https://github.com/KairuiLiu/conflux-client)
33+
- [Server](https://github.com/KairuiLiu/conflux-server)
3034

31-
```bash
32-
wget
33-
```
35+
### 📄 Documentation
3436

35-
### Document
36-
37-
- Product
38-
- [PRD]()
39-
- [RoadMap]()
37+
- Product Documentation
38+
- [PRD](./product/PRD/)
39+
- [Product Roadmap](https://github.com/users/KairuiLiu/projects/5)
4040
- Design
41-
- [Figma]()
42-
- Guid
43-
- [Install]()
44-
- [Usage]()
41+
- [Figma](https://www.figma.com/file/Z5L0xXbiYRHvmJj11YYfL0/ConFlux?type=design&node-id=301%3A1916&mode=design&t=BGpGi3kvQd7BSn8B-1)
42+
- [Design Drafts](./design)
4543
- Technical
44+
- [Installation Guide](./technical/deploy.md)
45+
- [API](./technical/api/)
46+
- [Other Technical Documents](./technical/misc/)

design/design_v0.0.1/colors.png

227 KB
Loading
1.12 MB
Loading

design/design_v0.0.1/pages.png

3.91 MB
Loading

design/figma/.gitkeep

Whitespace-only changes.

guides/setup/.gitkeep

Whitespace-only changes.

guides/usage/.gitkeep

Whitespace-only changes.

product/PRD/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)