Skip to content
/ talk Public
forked from vasanthv/hello

Group video call for the web. No signups. No downloads.

License

Notifications You must be signed in to change notification settings

hect1k/talk

This branch is 1 commit ahead of, 22 commits behind vasanthv/hello:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 10, 2024
4494b66 · Feb 10, 2024
Dec 28, 2022
Apr 7, 2023
Oct 6, 2023
Feb 10, 2024
Sep 5, 2020
Apr 24, 2021
Oct 6, 2022
Aug 27, 2023
Sep 5, 2020
May 24, 2023
May 24, 2023
Jun 27, 2023
Feb 10, 2024
Feb 10, 2024
Apr 7, 2023
Feb 10, 2024

Repository files navigation

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

About

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 43.5%
  • HTML 34.1%
  • CSS 22.2%
  • Dockerfile 0.2%