|
|
|
|
|
by webscaleizfun
3532 days ago
|
|
I've seen lots of potentially usable p2p CDN ideas, from storing data in each visitors browser & using them to serve other visitors said static content, to projects like IPFS where you can have a distributed website. The ultimate problems are static asset storage & distribution, DNS (how'd you make a fault tolerant, censorship resistant DNS solution that is updatable in nearly real time), and any database component that a site may need. Most of these are solved issues[1], but it breaks down to site operators don't want to put in the extra effort or risk (what if a page has assets not load, or worse, bad assets are loaded), and the apathy of the average user prevents a web of trust or installation of any extra software from occurring unless it is drop dead simple and requires zero maintenance. As soon as someone can bundle up these technologies in a nice package for both site owners and end users, they'll have a killer solution to improve site reliability & reduce operating expenses (by offloading CDN costs to the end users). [1] - https://github.com/redecentralize/alternative-internet |
|