Skip to content

jmcudd/callnow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Callnow

A free group video call app with screen sharing.

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.

Make a Call

npx callnow

Fork of Talk

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

Prerequisites:

  • Node.js 8.x or above
  • NPM

How to Build this app locally

npm install

Run the app

npm start

LICENSE

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published