项目作者: GuillaumeUnice

项目描述 :
WebRTC Tutorial
高级语言: JavaScript
项目地址: git://github.com/GuillaumeUnice/WebRTCTutorial.git
创建时间: 2016-12-11T11:05:51Z
项目社区:https://github.com/GuillaumeUnice/WebRTCTutorial

开源协议:

下载


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

  1. npm install -g strongloop

run loopbackchat

  1. 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