Popularity
3.2
Stable
Activity
0.0
Stable
868
31
52

Description

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.

Code Quality Rank: L5
Programming language: JavaScript
License: MIT License
Latest version: v0.1.1

CacheP2P alternatives and similar libraries

Based on the "Faster Web" category.
Alternatively, view CacheP2P alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CacheP2P or a related project?

Add another 'Faster Web' Library

README

CacheP2P

CDNJS version

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, reducing the number of requests for estatic content to the server.

If the website crashes or has problems (the script can be included in the server's error page), all the content that users were accessing in that moment can be retrieved from one another and as long as there are users accessing it no problem will be seen.

License

MIT


*Note that all licence references and agreements mentioned in the CacheP2P README section above are relevant to that project's source code only.