It is built using WebRTC, so all your video chat is peer-to-peer. Group video call is achieved using WebRTC mesh. So the quality of the call is inversely proportional to the number of people on the call. The sweet number is somewhere around 6 to 8 people in an average high-speed connection.
npx callnow
This project is a fork of Talk(https://github.com/vasanthv/talk).
- Google Analytics have been removed for privacy.
- Ngrok has been added for a convenient way of exposing the local server to the public internet.
- Published to NPM so the project can be run with one command.
npx callnow
- Node.js 8.x or above
- NPM
npm install
Run the app
npm start
MIT