Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 367 Bytes

File metadata and controls

11 lines (6 loc) · 367 Bytes

web-rtc-tutorial

  1. npm install

  2. npm run dev - Starts the signalling server

  3. Open https://<host>:3000

Tip: If doing local testing, if you face the invalid cert warning on Chrome or Edge, you can click on the page and type 'thisisunsafe' to proceed and access the page.

Note that mock SSL certificate was created to bypass security issues in web browser.