wchangetransactor
v0.3.342
Published
Still sketch. Mixin to add the ability to track changes of an object, to reflect changes in a data structure and to make possible to apply the changes to another object. Use the module to mirror object's changes somehow elsewhere, for example on server-si
Downloads
364
Readme
module::ChangeTransactor
Still sketch. Mixin to add the ability to track changes of an object, to reflect changes in a data structure and to make possible to apply the changes to another object. Use the module to mirror object's changes somehow elsewhere, for example on server-side or client-side.
Try out from the repository
git clone https://github.com/Wandalen/wChangeTransactor
cd wChangeTransactor
will .npm.install
node sample/trivial/Sample.s
Make sure you have utility willbe
installed. To install willbe: npm i -g willbe@stable
. Willbe is required to build of the module.
To add to your project
npm add 'wchangetransactor@stable'
Willbe
is not required to use the module in your project as submodule.