@real-db/server
Version:
The library for syncing data changes to multiple devices from your database
20 lines (11 loc) • 466 B
Markdown
# 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