jyang / webRTC-test

Streamroot's recruitment test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application test

Introduction

The goal of this test is to create a peer to peer application to send binary data from one browser tab to another, using the RTCDataChannel of the WebRTC HTML5 API.

WebRTC is an API that allows direct browser-to-browser communication. It's widely used for video chats, but it can be used for many other things, including peer-to-peer video delivery like we do at Streamroot.

What's in this repository

Prerequisites:

  • Node.js v4.2 or later
  • Mozilla Firefox 42 or Google Chrome 46 or later

About

Streamroot's recruitment test

License:GNU General Public License v3.0


Languages

Language:JavaScript 85.0%Language:HTML 15.0%