shuisheng 2 年 前
コミット
bd7aa16873
1 ファイル変更12 行追加8 行削除
  1. 12 8
      README.md

+ 12 - 8
README.md

@@ -2,11 +2,19 @@
 
 billd 直播间(前端),目前实现了类似 bilibili 的直播功能,即你可以发布直播,别人进入你的直播房间后能看到你的直播内容。
 
-主要技术栈:
+前后端主要技术栈:
 
-- webrtc 相关 api(RTCPeerConnection)
-- vue3
-- socket.io
+- webrtc 相关 api([RTCPeerConnection](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection))
+- [vue3](https://vuejs.org) 以及相关技术栈
+- [nodejs](https://nodejs.org) 以及相关技术栈
+- [socket.io](https://socket.io)
+- [coturn](https://github.com/coturn/coturn)
+
+# 后端
+
+> 需要 mysql、redis 环境
+
+[https://github.com/galaxy-s10/billd-live-server](https://github.com/galaxy-s10/billd-live-server)
 
 # 贡献
 
@@ -48,10 +56,6 @@ pnpm i
 npm run start
 ```
 
-# 后端
-
-[https://github.com/galaxy-s10/billd-live-server](https://github.com/galaxy-s10/billd-live-server)
-
 # billd 依赖
 
 ```bash