1.0.2 • Published 7 years ago
redux-p2p v1.0.2
redux-p2p
redux-p2p is a library to replicate redux actions peer to peer that works on the browser and on node. It's scalable since it uses a gossip protocol to propagate all actions instead of doing a full mesh.
Features
- scalable
- secure
Install
npm install --save redux-p2pUsage
Options
storeidwrtctail = falsemaxPeers = InfinitypeerMetadata = {}topology = trueactionFilter = /.*/
Actions
Examples
A P2P chat app on Can exchange files Works on node
On examples folders there are
How it works
A video is available here
There is also a blog post here
Related
- hyperlog
- stream-teleport
caiogondim.com · GitHub @caiogondim · Twitter @caio_gondim