Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohanpunjani/node-videoconferencing
https://github.com/rohanpunjani/node-videoconferencing
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohanpunjani/node-videoconferencing
- Owner: RohanPunjani
- Created: 2020-07-31T11:10:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T04:32:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T22:38:32.370Z (2 months ago)
- Language: EJS
- Size: 2.08 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-VideoConferencing
## How to run?
```node
1. git clone "https://github.com/RohanPunjani/Node-VideoConferencing"
2. cd Node-VideoConferencing
3. npm install
4. npm i -g peer
```## Start 2 servers on different terminals
```node
1. npm run devStart
2. peerjs --port 3001
```# Happy Coding :)