Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 363 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 363 Bytes

Howto WebRTC

This repository contains the code to my post about WebRTC on dev.to.

See server.ts and public/web.js for both the server and web implementation.

Usage

Install all dependencies and start the server:

$ yarn install
$ yarn start

License

This project is released under the MIT License.