You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you mean by 2 way dynamic sites? Syncnet supports the first usecase you described above. Since I am the only one that holds the read/write secret for my site I can make changes and they are pushed out to anyone else with the site.
I think it would be hard to get Syncnet to serve a page like facebook however, where updates come from multiple 3rd parties.
2 way communication might be easily possible in a limited way: if the hoster site isn't blocked for a user ,he can send data to it , and users that hoster site is blocked only see results from others.
At site creation - creation of an extra shared folder that's writable, to files with limited size, and sharing it's write secret with syncnets who surf the site. That folder will serve as shared memory.
2.When each user want to write data to a site, he writes it to file name "user_public_key.txt" what he wants to write, and encrypts and signs the data with private_key.
3.Syncnet of site creator decrypts and validates data on said directory, uses it (with server logic applied somehow) and deletes it.
It could be reasonably easy to add dynamic sites to syncnet assuming they're read only and only creator updates , using something like taffydb.
On the other hand , 2 way dynamic sites look much harder, and not supported well on btsync.
Is there any value to this use case?
The text was updated successfully, but these errors were encountered: