Check out the full post below, follow the new @synclets.bsky.social account, and please consider sharing. We'll be moving on this pretty quickly!
bsky.app/profile/sync...
We're excited to introduce Synclets, an open, storage-agnostic, sync engine development kit.
Read more... 👇
Check out the full post below, follow the new @synclets.bsky.social account, and please consider sharing. We'll be moving on this pretty quickly!
bsky.app/profile/sync...
tinybase.org/guides/relea...
And install with `npm install tinybase`
Let us know how it goes!
tinybase.org/guides/relea...
And install with `npm install tinybase`
Let us know how it goes!
Oh and please let us know if it doesn't work on your browser/OS combo!
Oh and please let us know if it doesn't work on your browser/OS combo!
Install it with `npm install tinytick`
And let us know how it goes. We love feedback and hope it's useful! 🙏
Install it with `npm install tinytick`
And let us know how it goes. We love feedback and hope it's useful! 🙏
Read about the rationale for a TinyTick solution in this scenario, for example: tinytick.org/guides/examp...
Read about the rationale for a TinyTick solution in this scenario, for example: tinytick.org/guides/examp...
Specify your tasks imperatively, ahead of time, and then configure their schedules, timeouts, and retry sequences - and let it take care of everything for you.
Oh, and as a bona fide member of the 'tiny family', it's only 1.8kB 😎
Specify your tasks imperatively, ahead of time, and then configure their schedules, timeouts, and retry sequences - and let it take care of everything for you.
Oh, and as a bona fide member of the 'tiny family', it's only 1.8kB 😎
It's a side project but I'm building it for others to use. Waitlist (it's not ready yet, clearly): tally.so/r/3yj9Pp
It's a side project but I'm building it for others to use. Waitlist (it's not ready yet, clearly): tally.so/r/3yj9Pp
1) The CRDT metadata (hash and timestamp) need to be understood in the plain by the synchronizers at each end.
2) The ‘envelope’ of the sync messages (from/to client IDs, transaction IDs) need to be read in the clear by the server to broker things.
1) The CRDT metadata (hash and timestamp) need to be understood in the plain by the synchronizers at each end.
2) The ‘envelope’ of the sync messages (from/to client IDs, transaction IDs) need to be read in the clear by the server to broker things.