Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lishuncai/webrtc
https://github.com/lishuncai/webrtc
html5 javascript nodejs socket-io video vue webrtc
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lishuncai/webrtc
- Owner: lishuncai
- Created: 2020-03-19T03:02:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:35:28.000Z (about 2 years ago)
- Last Synced: 2023-03-06T00:01:50.908Z (almost 2 years ago)
- Topics: html5, javascript, nodejs, socket-io, video, vue, webrtc
- Language: Vue
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- 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
```