Skip to content

GhoulKingR/webrtc-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WebRTC article repo

GitHub repo for WebRTC Tutorial. You can check out the live site here: https://ghoulkingr.github.io/webrtc-project/

Structure

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.

About

GitHub repo to support the WebRTC article

Topics

Resources

License

Stars

Watchers

Forks