hermes icon indicating copy to clipboard operation
hermes copied to clipboard

P2P fetch urls

Open andrewchambers opened this issue 4 years ago • 1 comments

I want to be able to host the all the source code hpkgs relies on via some external harddrives, it would be nice if people could easily provide bandwidth. P2P protocols seem to be good candidates for this.

We could support:

  • Bittorrent
  • maybe... ipfs

In general I don't want hermes itself to depend on more than plain C.

andrewchambers avatar Jun 07 '20 10:06 andrewchambers

See also Hyperdrive and other Dat projects.

Main implementation is in JavaScript, but there is a Rust version: https://datrs.yoshuawuyts.com/

link2xt avatar Jun 15 '20 21:06 link2xt