Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 1.41 KB

README.md

File metadata and controls

executable file
·
26 lines (18 loc) · 1.41 KB

WebRTC enables real-time communication in the browser.

This tutorial explains how to build a simple video and text chat application.

For more information about WebRTC, see Getting started with WebRTC on HTML5 Rocks.

Prerequisites

Basic knowledge:

  1. HTML, CSS and JavaScript
  2. git
  3. Chrome DevTools

Experience of Node.js and socket.io would also be useful.

##Code Lab Sessions