mochatek / MochaMeet

A simple video calling web-app built using WebRTC, socket.io, node.js and express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MochaMeet

A simple video calling web-app built using WebRTC, socket.io, node.js and express.js

View the live demo: MochaMeet

Features

  • Private room for conference
  • Sharable meeting invite
  • Normal video call
  • Screen sharing (Supported only on desktops)
  • Mute/Unmute audio
  • Disable/Enable video

Installation

Download and Install Node.js

Use npm to install the dependencies.

npm install

How to Run

Run any of the following commands to start the application.

npm start or node server.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A simple video calling web-app built using WebRTC, socket.io, node.js and express.js


Languages

Language:JavaScript 71.2%Language:HTML 15.2%Language:CSS 13.6%