p2p
Peer connection manager
A JavaScript library for establishing and managing peer-to-peer WebRTC connections with reliable data channels
PeerConnection broker for WebRTC
316 stars
31 watching
40 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cjb/serverless-webrtc | An experimental tech demo that shows how WebRTC can be used without a signaling server. | 1,546 |
socketio/socket.io-p2p | Provides a peer-to-peer communication system using WebSockets and signalling data transmission. | 1,032 |
mafintosh/webrtc-swarm | Enables peer-to-peer communication using WebRTC and facilitates discovery and connection brokering through a central hub. | 383 |
chat-wane/rtc-scamp-mbr | An implementation of a decentralized peer-to-peer membership protocol using WebRTC for distributed network connections | 2 |
sorribas/fully-connected-topology | Creates a network with a fully connected topology where peers are connected to each other and automatically reconnect if a connection is lost. | 58 |
ambianic/peerjs-python | Enables peer-to-peer communication between web applications and edge devices using WebRTC protocol. | 90 |
chat-wane/rtc-scamp | Enables peer-to-peer communication and network formation without central server intervention | 7 |
mappum/peer-exchange | Decentralized protocol for peer discovery and signaling in P2P networks | 152 |
peermusic/secure-webrtc-swarm | A framework for creating a swarm of authenticated P2P connections using WebRTC and signalhub | 2 |
webtorrent/bittorrent-protocol | A Node.js implementation of the BitTorrent peer wire protocol. | 351 |
pixelscommander/viraljs | Middleware to enable peer-to-peer distribution of web applications through a decentralized CDN | 961 |
kalm/kalm.js | A socket manager library providing unified syntax and buffering strategies across multiple protocols. | 210 |
mafintosh/peer-network | Creates servers and clients that use a distributed hash table to communicate over the internet using names instead of ports or hostnames. | 184 |
digidem/osm-p2p-db | A peer-to-peer database system for OpenStreetMap data | 238 |
webtorrent/torrent-piece | Provides an abstraction layer for managing torrent pieces in a JavaScript application. | 23 |