Skip to content

dhawal-kamdar/Speak-Video-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speak Video Chat

Speak is a free multi-room multi-user video chatting website.

Demo

https://speak-video-chat.herokuapp.com/

Developed using

  • Node.js
  • Express.js
  • Socket.IO
  • PeerJs

How to install

Make sure you have Node.js installed in your system.

Clone this repo

git clone https://github.com/dhawal-kamdar/Speak-Video-Chat.git

Install PeerJS globally.

npm i -g peerjs

Now to install all required node modules

npm i

How to use

Run Server

node server

Server Started on Port 3000.

Run PeerJS Server in separate terminal.

peerjs --port 3001

PeerJS Server Started on Port 3001.

Let's Start

Open browser and goto http://localhost:3000/

Important : Allow the camera and audio permissions asked by the browser.

Now copy the url and open in another tab.

Enjoy the video chat!

About

Speak is a free video chatting website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages