Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasanthv/hello
Free group video call for the web. No signups. No downloads.
https://github.com/vasanthv/hello
Last synced: 6 days ago
JSON representation
Free group video call for the web. No signups. No downloads.
- Host: GitHub
- URL: https://github.com/vasanthv/hello
- Owner: vasanthv
- License: mit
- Created: 2020-03-10T05:59:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T00:44:19.000Z (16 days ago)
- Last Synced: 2025-01-03T15:06:15.025Z (8 days ago)
- Language: JavaScript
- Homepage: https://hello.vasanthv.me
- Size: 2.8 MB
- Stars: 3,939
- Watchers: 52
- Forks: 613
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - vasanthv/hello - Free group video call for the web. No signups. No downloads. (JavaScript)
README
# Hello
## A free, p2p, group video call app for the web. No signups. No downloads. Works in all major browsers.
Hello 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/hello/fork) and then clone it:
```bash
git clone https://github.com//hello.git
````cd hello` and then install dependencies
```bash
npm install
```Run the app
```bash
npm start
```to start the hello server on port 3000. Your hello instance will be running on http://localhost:3000.
### Contributions
Please refer CONTRIBUTIONS.md for more info.
### LICENSE