Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guerrerocarlos/CacheP2P

"More users = More capacity"
https://github.com/guerrerocarlos/CacheP2P

cache distributed javascript p2p webtorrent

Last synced: about 1 month ago
JSON representation

"More users = More capacity"

Awesome Lists containing this project

README

        






CacheP2P





[![CDNJS version](https://img.shields.io/cdnjs/v/cachep2p.svg)](https://cdnjs.com/libraries/cachep2p)

**CacheP2P** is a highly distributed [cache](https://en.wikipedia.org/wiki/Cache_(computing)) platform based on [WebTorrent](https://webtorrent.io/) 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