Skip to content

dstark5/meetx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetx

A Peer to Peer Video conferencing web application with Vannila JavaScript , ExpressJs, Socket.io and WebRTC.

MIT License

Run Locally

Clone the project

  git clone https://github.com/dine-5h/meetx

Go to the project directory

  cd meetx

Install dependencies

  npm install

Start the server

  npm run start

Modify

scripts/script.js

const peer=new Peer(undefined,{
	host:"Paste Your Peer server Url Here",
	secure:true,
	port:'443',
	path:'/peerjs/app/'
})

with Your peer sever Url

Peer Server

To Host or run your own peer server navigate 'peerserver' folder and run

Install dependencies

  npm install

Start the server

  npm run start

The peerserver will start on port 3001

License

MIT