Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vasanthv/talk

Group video call for the web. No signups. No downloads.
https://github.com/vasanthv/talk

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/vasanthv/talk/fork) and then clone it:

```bash
git clone https://github.com//talk.git
```

`cd talk` and then install dependencies

```bash
npm install
```

Run the app

```bash
npm start
```

to start the talk server on port 3000. Your talk instance will be running on http://localhost:3000.

### LICENSE

MIT License