peer-base
peer-base copied to clipboard
Build real-time collaborative DApps on top of IPFS
Run peer-star-app inside a web worker, using something like https://github.com/tableflip/postmsg-rpc.
Allow the user to export the current state to IPLD, returning a CID. /cc @victorb @parkan @dirkmc @jimpick
Allow exporting pinner metrics, namely: - [ ] number of active collaborations - [ ] peer count per collaboration: maximum, minimum, average and stddev - [ ] state size: maximum,...
After asking @pgte, it seems that we don't have compression of the data being sent between replicas. Brain dump: - Compression would help cases in which large amounts of deltas...
For a generic and conflict-free shareable JSON CRDT. Already exists as op-based CRDT. Create the delta-state-based one.
In-browser use case would really benefit from IPFS companion compatibility. The main issue I see is not knowing whether the underlying node has pubsub enabled (and whether it's a go-ipfs...