@3liv/rijs.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)

Usage no npm install needed!

<script type="module">
  import 3livRijsSync from 'https://cdn.skypack.dev/@3liv/rijs.sync';
</script>

README

Ripple | Sync

Coverage Status Build Status

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 for more info.