From b8175bfe83c1b65a44ec52cbc5d26bf1cde51003 Mon Sep 17 00:00:00 2001 From: Ian Preston Date: Sat, 13 Mar 2021 17:53:02 +0000 Subject: [PATCH] Update peergos.md --- protocols/peergos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/peergos.md b/protocols/peergos.md index c8518e2..7554391 100644 --- a/protocols/peergos.md +++ b/protocols/peergos.md @@ -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.