Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.69 KB

03-16-17.md

File metadata and controls

46 lines (37 loc) · 2.69 KB

RemoteJS Meetup 16 Mar 2017

Aron about Swarm:

  • Swarm: Resilient, incentive, distributed (decentralized) storage network based on Ethereum (?)
  • ...
  • Incentive: BitTorrent has seeders, but they aren't rewarded by the system. Swarm however is incentive, rewarding seeders and kind of guarantees proper availability
  • S3 vs. Swarm: Swarm is intended to be fail-tolerant, able to reconstruct files
  • "You can't delete something on Swarm"
  • Fuse driver: Mount Swarm storage as it was a filesystem
  • Swarm is re-duplicating (using Git-like deltas?)
  • Finding data via routing networks
  • Offering data via public gateways (any client accessing Swarm data has to have the swarm client installed) (http://swarm-gateways.net/)
  • In Swarm/Ethereum, content is immutable—but names (hash references?) aren't
  • Demo Video: http://swarm-gateways.net/bzz:/swarmdemo.test/

Post-discussion:

Vue.js (Haiko has worked with it)

  • HTML mixed with template code and special directives (v-if, ...)
  • Special directives optional; after all it's just JavaScript in the end
  • Redux support built-in

What's this actually about?

Links of the week