https://github.com/parzival129/piperchat
This is a room based video chat application that is built for 2 people, that run directly in the browser.
https://github.com/parzival129/piperchat
chat-application js node video-chat webcam
Last synced: 8 months ago
JSON representation
This is a room based video chat application that is built for 2 people, that run directly in the browser.
- Host: GitHub
- URL: https://github.com/parzival129/piperchat
- Owner: Parzival129
- License: mit
- Created: 2021-07-25T23:53:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T00:49:04.000Z (about 4 years ago)
- Last Synced: 2025-01-07T00:07:41.210Z (9 months ago)
- Topics: chat-application, js, node, video-chat, webcam
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PIPERCHAT
* Only two persons can join in one room
## Running the app on development server
* `npm install`
* `node index.js`
* open `localhost:8000/home` for the homepage or `localhost:8000` to go directly to the call interface* You can find a deployed version hosted on Heroku at https://piper-chat-video.herokuapp.com/
## Obtaining TURN/STUN credentials using Xiysys
* Do not use the credentials provided
* Go to https://xirsys.com/
* Sign Up
* Log in to your account
* Click on `+` beside `MyFirstApp`
* Click on `static TURN Credentials` Button located below `Account Type`.
* Accept the warning by click on `+` that appears just after you clicked on `static TURN Credentials`.
* Copy the text(begins with `iceservers`) that appears below `static TURN Credentials` and paste in `config.js` as shown in `config.js`.