Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature Request: AddPeer #59
Comments
|
Ooo, that'd be awesome. I think it'd be nice to have an API added to corestore-swarm-networking which accepted a duplex stream for connections (there's a private one already), and then expose that API inside the SDK. From there you could use anything that provides a duplex stream including webrtc based stuff. PRs would be very much welcome! |
It'd be awesome if this SDK had a WebTorrent style AddPeer feature for adding peers manually.
It'd be extra awesome if it accepted simple-peer instances too (like WebTorrent) for WebRTC peers.
EDIT: Also removePeer.