webdb icon indicating copy to clipboard operation
webdb copied to clipboard

[Questions] Could non-admins append data? How it differs from UnwalledGarden?

Open danimesq opened this issue 5 years ago • 5 comments

For example, as Fritter users WebDB, how it indexes all users without needing a server? Does UnwalledGarden standard uses WebDB?

danimesq avatar Jun 12 '19 22:06 danimesq

@pfrazee

danimesq avatar Jun 16 '19 22:06 danimesq

UnwalledGarden doesnt use WebDB but it uses the exact same design. Everybody publishes on their personal website and then syncs each others' stuff.

pfrazee avatar Jun 17 '19 15:06 pfrazee

UnwalledGarden doesnt use WebDB but it uses the exact same design.

So, UnwalledGarden is the successor of WebDB, but focused on social sites?

Everybody publishes on their personal website and then syncs each others' stuff.

But how an user can be indexed to the site, without having its key and without the site owner doing it (manually or with a server)?

danimesq avatar Jun 18 '19 14:06 danimesq

@pfrazee On ZeroNet, users publishes content do site they doesnt owns, without authorization from site admin. How that could be achieved on Dat?

danimesq avatar Jul 12 '19 14:07 danimesq

When the PeerSocket API lands, you can take connections from any user and accept requests to add data.

pfrazee avatar Jul 12 '19 21:07 pfrazee