Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.13 KB

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