TinyBase logoTinyBase β

Synchronizing stores

Synchronizer

Essential

A Synchronizer object lets you synchronize MergeableStore data with another TinyBase client or system. Read more.

WsServerDurableObject

Essential

A WsServerDurableObject is the server component (running as a Cloudflare Durable Object) for synchronization between clients that are using WsSynchronizer instances. Read more.

createWsSynchronizer

Essential

The createWsSynchronizer function creates a WsSynchronizer object that can synchronize MergeableStore data to and from other MergeableStore instances via WebSockets facilitated by a WsServer. Read more.