Is it possible to update a website hosted on IPFS and push those changes to all IPFS users?
The equivalent on AWS Cloudfront would be breaking the cache, so all users would see the most recent version.
I'm not sure if this would work on IPFS because it seems more like a P2P network and there might be many different (and old) versions of the site at different locations in the system, with no way of controlling who sees what.
The equivalent on AWS Cloudfront would be breaking the cache, so all users would see the most recent version.
I'm not sure if this would work on IPFS because it seems more like a P2P network and there might be many different (and old) versions of the site at different locations in the system, with no way of controlling who sees what.