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

https://github.com/mfcodeworks/webrtc-p2p-full-mesh

WebRTC Full Mesh p2p Networking
https://github.com/mfcodeworks/webrtc-p2p-full-mesh

Last synced: about 1 year ago
JSON representation

WebRTC Full Mesh p2p Networking

Awesome Lists containing this project

README

          

# WebRTC p2p Full Mesh

## Dependancies
- simple-signal
- socket.io

## Usage

This is a template using a basic node.js `server.js` file to act as a tracker and coordinate p2p connection between peers.

Peers rely on `simple-signal` for signalling and establishing connections.

Data can be sent back and forth using `peer.send(data)` and handled across a full mesh network topology within the browser client.

## Author

mfsoftworks