Hacker News new | ask | show | jobs
by solotronics 3240 days ago
I wonder if anyone has tried decentralized peer to peer CDN for things like JS.. code seems a perfect fit for a distributed CDN.
1 comments

It would help to just cache assets based on the integrity hash. I know there is a potential security hole, but the browser can remember what the sourced URL was and verify/validate. At the very least it gives you a way to handle a downed CDN.