Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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