Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/indatawetrust/webrtc-signal-solution-with-primus

webrtc signal solution with primus
https://github.com/indatawetrust/webrtc-signal-solution-with-primus

primus webrtc webrtc-signaling

Last synced: about 1 month ago
JSON representation

webrtc signal solution with primus

Awesome Lists containing this project

README

        

# webrtc signal solution with primus

[DEMO](https://pictureddit.com/webrtc)

#### What is this?

This is a sample study that solves the webrtc signal connection using primus.

![](https://www.html5rocks.com/en/tutorials/webrtc/infrastructure/jsep.png)
[WebRTC in the real world: STUN, TURN and signaling](https://www.html5rocks.com/en/tutorials/webrtc/infrastructure/)

#### Usage
```
git clone https://github.com/indatawetrust/webrtc-signal-solution-with-primus.git
cd webrtc-signal-solution-with-primus
yarn && yarn start
```

open http://localhost:3000/

## License

MIT © [Ahmet Şimşek](https://github.com/indatawetrust)