Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohanpunjani/node-videoconferencing


https://github.com/rohanpunjani/node-videoconferencing

Last synced: 20 days ago
JSON representation

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 :)