«A file sharing network based on rabin file chunking and append only feeds of data verified by merkle trees.»<p>As far as I understand, this is about efficient verified replication of files, so that only smallest changed chunks are actually replicated (unlike e.g. rsync).
Looks similar to IPFS (<a href="https://ipfs.io/" rel="nofollow">https://ipfs.io/</a>) but with less ambitious goals. And the IPFS team is also working on JS implementation that will run in browser: <a href="https://github.com/ipfs/js-ipfs" rel="nofollow">https://github.com/ipfs/js-ipfs</a>.
I'm unable to get the demo [1] to work. I'm using Firefox 42.0 on Mac OS 10.11.12<p>[1]: <a href="http://mafintosh.github.io/hyperdrive/" rel="nofollow">http://mafintosh.github.io/hyperdrive/</a>