|
|
|
|
|
by Spivak
2115 days ago
|
|
The real world problem web bundles solve is distributed caching. Right now sites have pick one or a few CDNs and have a trust relationship with them and allow them to impersonate your site. Web bundles changes this relationship so that anyone can cache sites if it benefits them to do so. If you share a link on Twitter or Facebook or Discord or Slack they can cache the page on their servers and deliver it through the connection you already have open to them. Web Bundles also open the door for network-local caches that don’t require MitM or trusting the cache. |
|