Skip to content

A Video Chat Application built using WebRTC, Nodejs and Some Developer Love :)

License

Notifications You must be signed in to change notification settings

krishnaclouds/webrtc-video-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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