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

https://github.com/niawjunior/angular-peerjs

A Simple peer-to-peer with WebRTC using Angular and PeerJS
https://github.com/niawjunior/angular-peerjs

angular peerjs webrtc

Last synced: about 2 months ago
JSON representation

A Simple peer-to-peer with WebRTC using Angular and PeerJS

Awesome Lists containing this project

README

          

# AngularVideoCall

# Run Server

```
cd api && npm install && npm run dev
```

# Run Application

```
npm install npm run start
```

Open http://localhost:4200 in your browser

Demo

![alt text](docs/1.png)
![alt text](docs/2.png)
![alt text](docs/3.png)
![alt text](docs/4.png)