Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 538 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 538 Bytes

Video Chat App built with WebRTC

A video chat Application built to demonstrate the power of WebRTC


Installation

git clone https://github.com/krishnaclouds/webrtc-video-chat.git

npm install

npm start

Usage

Client can be accessed at localhost:9000

TODO

  1. Basic Project Setup
  2. Explore and Implement Media Stream API
  3. Implement RTCPeerConnection
  4. Setup Signalling Server
  5. Implement RTCDataChannel for messages
  6. Brushup the project and deploy