Skip to content

GuillaumeUnice/WebRTCTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC tutorial

This repo is in relation with the following video wich introduce the WebRTC

It's use a loopback server with socket.io in order to make relay between clients to share their configurations

Install

npm install -g strongloop

run loopbackchat

slc run

That start the server on: http://0.0.0.0:3000/

Tutorials

This repo is in relation with the following videos wich explain WebRTC:

WebRTC: Overview

IMAGE ALT TEXT HERE

WebRTC: audio & video

IMAGE ALT TEXT HERE

WebRTC: Screensharing

IMAGE ALT TEXT HERE