https://github.com/jerryshell/webrtc-in-30-minute
WebRTC 30 分钟快速实践
https://github.com/jerryshell/webrtc-in-30-minute
Last synced: about 1 year ago
JSON representation
WebRTC 30 分钟快速实践
- Host: GitHub
- URL: https://github.com/jerryshell/webrtc-in-30-minute
- Owner: jerryshell
- License: agpl-3.0
- Created: 2022-09-19T20:43:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T05:42:58.000Z (about 2 years ago)
- Last Synced: 2024-04-04T06:35:55.210Z (about 2 years ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebRTC 30 分钟快速实践
React Hooks + TypeScript
Bilibili 视频:[https://www.bilibili.com/video/BV1W14y1Y7fQ/](https://www.bilibili.com/video/BV1W14y1Y7fQ/)
# 初始化
```bash
yarn
```
# 运行
```bash
yarn dev
```
# 开源协议
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0/)