Multiplayer Svelte Stores
"SyncedStore is a library for building distributed, real-time collaborative web applications that sync automatically. This used to be quite complex, but with SyncedStore it's as easy as sharing a pie!
It adds an easy-to-use API on top of modern CRDT technology to make developing multiplayer (or multi-device) experiences just as simple as developing regular applications.
SyncedStore works seamlessly together with Svelte Stores. Create a Svelte Store from your SyncedStore using
svelteSyncedStore
from the@syncedstore/svelte
package."
Yousef El-Dardiry
@yousefed