Package Exports
- @real-db/server
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@real-db/server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Realtime Database Core
The library for syncing data changes to multiple devices from your database for any database adapter of your choice
Features
- Node.js support - Supports Node.js v6.x and higher.
- Support mongodb adapter - Implementation for streaming mongodb data changes to clients.
Commands
npm test
- Run tests with linting and coverage results.
Installation
npm install --save @real-db/core
License
ISC