serverSync
Create some object
obj =
new
ServerSync(
{
...
}
);
Some time later
obj.save();
OSDC13