cachep2p/README.md

19 lines
859 B
Markdown
Raw Normal View History

2016-10-16 19:00:06 +00:00
<h1 align="center">
<br>
<br>
2016-10-17 01:41:35 +00:00
CacheP2P
2016-10-16 19:00:06 +00:00
<br>
<br>
</h1>
<br>
2016-10-17 01:40:56 +00:00
**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**.
2016-10-17 01:38:46 +00:00
2016-10-17 01:44:12 +00:00
It is a javascript library that once included in the pages of a website, makes every new user a mirror of the webpage 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 deliver that content to the users. 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.
2016-10-16 19:00:06 +00:00
### License
MIT. Copyright (c) [CacheP2P, LLC](https://www.CacheP2P.com)