Files
BeWoPlaner/BeWoPlanerMobil/node_modules/rijs.sync/README.md
Lyndon Jetten fda2c306b5 MoK: Report Viewer hinzugefügt
FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
2023-03-13 19:39:04 +01:00

6 lines
670 B
Markdown

# Ripple | Sync
[![Coverage Status](https://coveralls.io/repos/rijs/sync/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/sync?branch=master)
[![Build Status](https://travis-ci.org/rijs/sync.svg)](https://travis-ci.org/rijs/sync)
Synchronises resources between server and client whenever they change. When a resource changes, the update is streamed to the server or other connected clients. You can specify transformation functions on incoming and outgoing updates to control the flow of data on a per resource, per resource type, or global level. See the [Primer#Sync](https://github.com/rijs/docs/blob/master/primer.md#5-sync) for more info.