Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/indatawetrust/webrtc-signal-solution-with-primus
- Owner: indatawetrust
- Created: 2018-10-27T11:41:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:09:40.000Z (about 2 years ago)
- Last Synced: 2023-02-28T01:27:24.074Z (almost 2 years ago)
- Topics: primus, webrtc, webrtc-signaling
- Language: HTML
- Homepage:
- Size: 372 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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)