Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 330 Bytes

webrtc小demo

1.依赖

node-static
socket.io
webrtc-adapter

说明:node-static用于静态文件服务,socket.io通信框架,webrtc-adapter是webrtc官方推荐使用的

2.下载安装

git clone https://github.com/pangyongkun/webrtc-demo.git
cd webrtc-demo
npm install 
node server.js