0.4.0 • Published 8 years ago

couchdb-changes-response v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

couchdb-changes-response

Build Status

Mimic CouchDB's _changes response in a streaming fashion.

Installation

npm i couchdb-changes-response

Usage

Please note: this module is heavily WIP, only continuous feed is supported right now.

var ChangesResponse = require('couchdb-changes-response')

var response = new ChangesResponse({
  type: 'continuous'
}))

response.write({
  id: 'foobar',
  seq: 132,
  doc: {
    id: 'foobar',
    bar: 'foo'
  })
})
0.4.0

8 years ago

0.3.4

8 years ago

0.3.3-1

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

9 years ago

0.0.1

9 years ago