Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 354 Bytes

快速开始

此项目为简单的demo项目,仅支持本机通信

  git clone https://github.com/zxdstyle/webrtc-demo.git

启动信令服务器:

  cd server

  go run main.go

启动客户端:

  cd client
  yarn && yarn dev

先访问http://localhost:3000/client页面再访问 http://localhost:3000即可体验