Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vasanthv/talk
- Owner: vasanthv
- License: mit
- Created: 2020-03-10T05:59:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T22:48:07.000Z (8 months ago)
- Last Synced: 2024-05-02T02:01:03.239Z (6 months ago)
- Language: JavaScript
- Homepage: https://vasanthv.github.io/talk
- Size: 2.75 MB
- Stars: 3,845
- Watchers: 52
- Forks: 575
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - vasanthv/talk - Group video call for the web. No signups. No downloads. (JavaScript)
- awesome-github-star - talk
- awesome-webrtc - Talk - Group video call for the web. No signups. No downloads. (Projects / Video Conference)
- StarryDivineSky - vasanthv/talk
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