CacheP2P is an edge (where "edge" is the browsers accessing the content at any given moment) CDN based on WebTorrent (e.g. BitTorrent + WebRTC) the runs entirely within the browser context.
Find a file
2016-10-18 01:00:36 +03:00
AUTHORS.md Initial Commit 2016-10-16 22:00:06 +03:00
cachep2p.min.js Production version 0.1.0 2016-10-18 01:00:36 +03:00
CHANGELOG.md Initial Commit 2016-10-16 22:00:06 +03:00
index.js Production version 0.1.0 2016-10-18 01:00:36 +03:00
LICENSE Initial Commit 2016-10-16 22:00:06 +03:00
package.json First functional prototype 2016-10-17 04:35:18 +03:00
README.md Update README.md 2016-10-17 04:45:38 +03:00



CacheP2P


CacheP2P is a highly distributed cache platform based on WebTorrent and runs only in the browser.

It is a javascript library that once included in a website, makes every new user a mirror of the specific URL he has opened and allows it to serve it to all the other users that also are accessing the same website, so the website's server doesn't have to.

This way users can share the content between themselves, and even if the website crashes or goes offline, all the content can be found online (on the CacheP2P) and as long as there are users accessing it will not dissapear from Internet.

License

MIT. Copyright (c) CacheP2P, LLC