Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# webRtc demo

## 一个webRtc视频通话的demo

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