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: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T14:02:06.000Z (over 2 years ago)
- Last Synced: 2024-10-06T05:06:34.030Z (9 months 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.

## Current examples:
- Vanilla WebRTC API
- Simple-Peer
- Peerjs