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: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# webRtc demo

## 一个webRtc视频通话的demo

#### 分别进入client, service文件夹,执行
```
npm install
```
#### node服务守护进程
```
npm run prd
```