unhosted / website

Website of the Unhosted project
unhosted.org
67 stars 27 forks source link

mention Dat project #64

Open michielbdejong opened 6 years ago

michielbdejong commented 6 years ago

It makes the web distributed and unhosted. Any data of any web app on dat can only be owned by individual users by design.

link: https://datproject.org/

raucao commented 6 years ago

I think you mean https://beakerbrowser.com/ -- Dat is for sharing (mostly large) files afaik. And for unhosted apps accessed by Beaker browser, it's about hosting the assets, not the user data.

Still has unhosted properties, of course, just clearing up that it's not about personal files in unhosted apps.

buckle2000 commented 6 years ago

IPFS is suitable for sharing large immutable files (URI is hash of file's content). IPFS is very great at caching. Dat protocol is suitable for sharing mutable files (URI is public key), working like a signed, versioned filesystem. I think Dat is worth mentioning.