Skip to content

This project is stripped down/ barebone video call website, it creates random room and let other join using the same room id (URL)

Notifications You must be signed in to change notification settings

AbhishekPratap05/Basic-video-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Video Chat App

This is based on YouTube 📹 tutorial by Web Dev Simplified- How To Create A Video Chat App With WebRTC.

Using expressjs to create express server 🖥.

Using socket.io to create stream 📶.

Using uuid to create random urls 🔗 for video rooms.

Using peerjs to generate user Id 👱 to connect to video rooms.


How to run

Clone or fork project

npm i

Install Peerjs globally

npm i -g peer

Run the express server

npm run devStart

express server start listening at port 3000, so make sure port is free to use. If you wish to change can do so by changing in server.js file

Run peer server

peerjs --port 3001

peer server start listening at port 3001, so make sure port is free to use. If you wish to change can do so by changing in script.js file

About

This project is stripped down/ barebone video call website, it creates random room and let other join using the same room id (URL)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published