The Wayback Machine - https://web.archive.org/web/20230723003138/https://github.com/vasanthv/talk
Skip to content

vasanthv/talk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 28, 2022 10:01
April 7, 2023 13:33
April 7, 2023 13:33
April 24, 2021 12:23
October 5, 2022 20:33
September 5, 2020 11:35
May 24, 2023 19:17
May 24, 2023 19:17
June 27, 2023 18:23
May 24, 2023 19:17
April 7, 2023 13:33

Talk

A free, p2p, group video call app for the web. No signups. No downloads. Works in all major browsers.

Talk is built using WebRTC, so all your video, audio & text 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

Fork this repo and then clone it:

git clone https://github.com/<your_name>/talk.git

cd talk and then install dependencies

npm install

Run the app

npm start

to start the talk server on port 3000. Your talk instance will be running on http://localhost:3000. Alternatively you can run the application using docker with docker-compose up.

LICENSE

MIT License