This is my attempt at creating a prototype of a decentralized store-agnostic file system. More importantly, it runs over HTTP, making it very easy to deploy.
I've been using it for a few days now, mainly for backups and easy access across some of my folders (Video Game Saves, Pictures, ..) on my local network.
It is very similar to a peer-to-peer sharing system, but you almost never know exactly which user created which data. It is simply there.
It enables file sharing across a network of nodes, each node will simply synchronize its state from a peer.
I've been using it for a few days now, mainly for backups and easy access across some of my folders (Video Game Saves, Pictures, ..) on my local network.
It is very similar to a peer-to-peer sharing system, but you almost never know exactly which user created which data. It is simply there. It enables file sharing across a network of nodes, each node will simply synchronize its state from a peer.