moose-team / friends-swarm

:bee: a webrtc-swarm with friends
MIT License
33 stars 6 forks source link

friends-swarm -> friends-db + friends-swarm #7

Open hackergrrl opened 7 years ago

hackergrrl commented 7 years ago

It'd be helpful to see the core p2p database part of this module broken out into its own module, with friends-swarm layered on top. friends-db then could just expose db ops and generic replication streams that would allow for additional, non-webrtc transports too.

bcomnes commented 7 years ago

Agreed. Also https://github.com/substack/chatwizard does something similar.