webdb
webdb copied to clipboard
[Questions] Could non-admins append data? How it differs from UnwalledGarden?
For example, as Fritter users WebDB, how it indexes all users without needing a server? Does UnwalledGarden standard uses WebDB?
@pfrazee
UnwalledGarden doesnt use WebDB but it uses the exact same design. Everybody publishes on their personal website and then syncs each others' stuff.
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)?
@pfrazee On ZeroNet, users publishes content do site they doesnt owns, without authorization from site admin. How that could be achieved on Dat?
When the PeerSocket
API lands, you can take connections from any user and accept requests to add data.