Skip to content
/ talk Public
forked from vasanthv/talk

A group video call for the web. No signups. No downloads.

License

Notifications You must be signed in to change notification settings

PyePye001/talk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talk

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.

Prerequisites:

  • Node.js 8.x or above
  • NPM

How to Build this app locally

Clone the repo locally, or extract the contents of the source code.

git clone https://github.com/vasanthv/talk.git

cd talk and then install dependencies

npm install

Run the app

npm start

Open the following url in the browser

http://localhost:3000

LICENSE

MIT License

About

A group video call for the web. No signups. No downloads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • HTML 31.1%
  • CSS 8.7%