Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreas-schoch/react-webrtc-examples
Testing how to manually establish a peer-to-peer connection between two persons
https://github.com/andreas-schoch/react-webrtc-examples
Last synced: 13 days ago
JSON representation
Testing how to manually establish a peer-to-peer connection between two persons
- Host: GitHub
- URL: https://github.com/andreas-schoch/react-webrtc-examples
- Owner: andreas-schoch
- Created: 2020-01-27T09:44:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T14:02:06.000Z (over 1 year ago)
- Last Synced: 2024-10-06T05:06:34.030Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://andreas-schoch.github.io/react-webrtc-examples/
- Size: 3.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebRTC Examples made with React ([Demo](https://andreas-schoch.github.io/react-webrtc-examples/))
Multiple hacked together examples on how to connect two peers using WebRTC (with and without wrapper libraries).
It is possible to establish connections across the internet with these examples but beware that **no signaling server is involved!**
The necessary information (SDP, ICE Candidates, etc.) will be displayed but needs to be exchanged manually.This project was only made to learn and experiment with webrtc.
![alt text](./react-webrtc-examples-peerjs.JPG?raw=true "Screenshot")
## Current examples:
- Vanilla WebRTC API
- Simple-Peer
- Peerjs