Skip to content

Video chat Web application using WebRTC technology and Node.js

Notifications You must be signed in to change notification settings

patelg123/webrtc-videocall-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video chat Web application using WebRTC technology and Node.js

A video chat application which allows sharing video and audio between two connected users.

Technologies used include:

  • WebRTC (Web Real-Time Communication): HTML5 APIs (getUserMedia, RTCPeerConnection, and RTCDataChannel) that allows you to to stream audio and video in real-time directly between browsers without any third-party plugins.

  • Node.js

  • Express.js

  • WebSockets

  • Typescript

Setup:

# Clone the repo
$ git clone https://github.com/patelg123/webrtc-videocall-app.git

# Go into the repo
$ cd webrtc-videocall-app

# Install the dependencies
$ npm install

# Start the Application
$ npm run dev

# Open Application in Browser
http://localhost:5000

About

Video chat Web application using WebRTC technology and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published