Skip to content

Vidchat uses WebRTC and socket.io library to create simple peer-to-peer communication between two clients.

Notifications You must be signed in to change notification settings

anujgunjad/VidChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VidChat

Vidchat uses WebRTC and socket.io library to create simple peer-to-peer communication between two browser.

How to use

Install dependencies - npm install Start - npm start

For development run watchify - npm run watch

Open localhost in two browser tabs for testing. On the same machine, don't open tabs in two different browsers as it will fail to provide camera access to 2 different applications(browsers) simultaneously. Deploy it and open url in two separate devices for real-world usage.

About

Vidchat uses WebRTC and socket.io library to create simple peer-to-peer communication between two clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published