Free, peer-to-peer, group video call app for the web. Works in all major browsers. No signups. No downloads. 100% peer-to-peer.
Tlk 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.
- Node.js 8.x or above
- NPM
Fork this repo and then clone it:
git clone https://github.com/<your_name>/tlk.git
cd tlk
and then install dependencies
npm install
Run the app
npm start
to start the tlk server on port 3000. Your tlk instance will be running on http://localhost:3000. Alternatively you can run the application using docker with docker-compose up
.