Update peergos.md

This commit is contained in:
Ian Preston 2021-03-13 17:53:02 +00:00
parent 02f2dd0077
commit b8175bfe83
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Peergos was developed by the [core team](https://peergos.org/about) on a [self-f
### Implementations
Peergos is a private and access controlled layer on top of IPFS which can be used to build applications. Using the Peergos reference implementation as a substrate (which implements a global social filesystem), there are a few demo [applications](https://peergos.org/posts/applications), including video streaming, a PDF viewer, text editor editor, [todo board/kanban](https://peergos.org/posts/private-kanban), [private calendar](https://peergos.org/posts/calendar), a social feed and p2p web hosting.
Peergos is a private and access controlled layer on top of IPFS which can be used to build applications. Using the Peergos reference implementation as a substrate (which implements a global social filesystem), there are a few demo [applications](https://peergos.org/posts/applications), including video streaming, a PDF viewer, text editor, [todo board/kanban](https://peergos.org/posts/private-kanban), [private calendar](https://peergos.org/posts/calendar), a social feed and [p2p web hosting](https://peergos.org/posts/p2p-web-hosting).
The goal of allowing people to deploy apps on Peergos that are viewable from the browser is currently limited by [sandboxing constraints](https://kevodwyer.github.io/sandbox/) within browsers. [COOP/COEP](https://web.dev/why-coop-coep/) increase the security of in-browser applications.