Replies: 2 comments
-
To describe a setup I have in mind:
I'm not familiar with TS, but would be interested to build that driver and functionality with vanilla JS. |
Beta Was this translation helpful? Give feedback.
-
Hi @pi0, I try to sync remote database with local unstorage and need to watch (remote) changes. But with unstorage mount in mind I would love to mount remote unstorage (sub)instance(s). I know http driver, but looks like it not supports Do you have a hint which could be a good / simple way ti implement it
Share data between clients is a needed core feature for my project. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I know the http driver and found a good article about:
https://logsnag.com/blog/mastering-unstorage-building-data-sync-setup
Looks like remote storage instead of local storage with http driver? Anyone played around with local stored data and websocket sync / event listeners for partial sync to remote peers?
If there is a code base I would be interested to take a look.
Beta Was this translation helpful? Give feedback.
All reactions