Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 965 Bytes

README.md

File metadata and controls

74 lines (44 loc) · 965 Bytes

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