@owservable/core
This project is maintained by owservable
The database-agnostic heart of the owservable reactive stack: the websocket subscription protocol, the reactive stores, and the IObservableBackend interface that database adapters implement.
Pair it with a backend adapter:
subscribe/unsubscribe/reload, update/increment/total/delete)CollectionStore, DocumentStore, CountStore โ RxJS subjects that reload and re-emit when their backend reports relevant changesobserve targets to registered backends, across any number of databasesDataMiddlewareMapnpm install @owservable/core
or
pnpm add @owservable/core
Unlicense โ see LICENSE.