1.0.8 • Published 10 years ago

vflow-pouchdb v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

vflow (PouchDB)

vflow is part of the palmetto concept, the vflow module is an abstraction around pouchDB's changes feed and it creates a simple api for interacting with the write stream system. It basically breaks it down into an event emitter.

usage

var flow = require('vflow-pouchdb')('flowdb');
flow.on('<type>:<verb>', ...);
flow.emit('<type>:<verb>', o);

install

npm install vflow-pouchdb

This is module is primarily used in vbridge applications using the palmetto architecture concept, leveraging one write location and components and services.

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago