synced-object-store

0.0.0 • Public • Published

synced-object-store

I put this together as a fun hack to experiment on top of the Scuttlebutt family. It attempts to sync javascript objects across a distributed system, with object references intact.

shortcommings

In order for this to work it needs:

  • to be able to replace the values of the object to register (most properties on something like window dont allow this)
  • to know what keys to track on an object (it does an initial search on register, but if additional keys are added, use SyncedObjectStore#updateKeys(obj))

Readme

Keywords

none

Package Sidebar

Install

npm i synced-object-store

Weekly Downloads

0

Version

0.0.0

License

BSD-2-Clause

Last publish

Collaborators

  • kumavis