GitHub repo for WebRTC Tutorial. You can check out the live site here: https://ghoulkingr.github.io/webrtc-project/
How this repo is structured:
βββ LICENSE
βββ README.md
βββ finished-tutorial
βΒ Β βββ 1_within_a_page
βΒ Β βΒ Β βββ README.md
βΒ Β βΒ Β βββ index.html
βΒ Β βββ 2_within_browser_across_pages
βΒ Β βΒ Β βββ README.md
βΒ Β βΒ Β βββ index.html
βΒ Β βΒ Β βββ streamer.html
βΒ Β βββ 3_with_signal_server
βΒ Β βΒ Β βββ README.md
βΒ Β βΒ Β βββ client.html
βΒ Β βΒ Β βββ server
βΒ Β βΒ Β βΒ Β βββ index.js
βΒ Β βΒ Β βΒ Β βββ package-lock.json
βΒ Β βΒ Β βΒ Β βββ package.json
βΒ Β βΒ Β βββ signalserverclass.js
βΒ Β βΒ Β βββ streamer.html
βΒ Β βββ index.html
βββ start-tutorial
βββ step-1
βΒ Β βββ index.html
βββ step-2
βΒ Β βββ index.html
βΒ Β βββ streamer.html
βββ step-3
βββ index.html
βββ server
βΒ Β βββ index.js
βββ streamer.html
11 directories, 21 files
There are three folders inside the start-tutorial folder for following the tutorial: step-1, step-2, and step-3, and three folders inside the finished-tutorial folder corresponding to completing the tutorial: 1_within_a_page, 2_within_browser_across_pages, and 3_with_signal_server.
Each folder in the finished-tutorial folder has instructions for running them.