https://github.com/lishuncai/webrtc
https://github.com/lishuncai/webrtc
html5 javascript nodejs socket-io video vue webrtc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lishuncai/webrtc
- Owner: lishuncai
- Created: 2020-03-19T03:02:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:35:28.000Z (over 3 years ago)
- Last Synced: 2025-04-09T02:42:08.805Z (about 1 year ago)
- Topics: html5, javascript, nodejs, socket-io, video, vue, webrtc
- Language: Vue
- Size: 2.26 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webRtc demo
## 一个webRtc视频通话的demo
#### 分别进入client, service文件夹,执行
```
npm install
```
#### node服务守护进程
```
npm run prd
```