UNPKG

feathers-offline-realtime

Version:

Offline-first realtime replication with optimistic updates.

27 lines (16 loc) 1.19 kB
# feathers-offline-realtime [![Build Status](https://travis-ci.org/feathersjs/feathers-offline-realtime.png?branch=master)](https://travis-ci.org/feathersjs/feathers-offline-realtime) [![Code Climate](https://codeclimate.com/github/feathersjs/feathers-offline-realtime/badges/gpa.svg)](https://codeclimate.com/github/feathersjs/feathers-offline-realtime) [![Test Coverage](https://codeclimate.com/github/feathersjs/feathers-offline-realtime/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/feathers-offline-realtime/coverage) [![Dependency Status](https://img.shields.io/david/feathersjs/feathers-offline-realtime.svg?style=flat-square)](https://david-dm.org/feathersjs/feathers-offline-realtime) [![Download Status](https://img.shields.io/npm/dm/feathers-offline-realtime.svg?style=flat-square)](https://www.npmjs.com/package/feathers-offline-realtime) > Offline-first realtime replication with optimistic updates. ## Installation ``` npm install feathers-offline-realtime --save ``` ## Documentation You can read the docs [here](https://docs.feathersjs.com/guides/offline-first/readme.html). ## License Copyright (c) 2017 Licensed under the [MIT license](LICENSE).