Skip to content

JakubGIT/WRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WRTC

Simple WebRTC Videochat for 2 peers
ONLY FOR "SEMINAR WEB-TECHNOLOGIEN SoSe2020"
based on tutorial: https://www.youtube.com/watch?v=KLCcCTFivhM, thanks Vinnu1!
https version

install

install npm (if needed):

sudo apt-get install curl

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

sudo apt-get install -y nodejs

clone the depository

inside the depository:

npm install

run

npm start

join

https://[IP-adress of the computer]:4444
max. 2 participants

for developers

install browserify:

npm i browserify --save-dev

build bundle.js after changing main.js:

npm run build

About

Simple WebRTC Videochat for 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages