Comment 1 for bug 484235

Revision history for this message
Zachery Bir (urbanape) wrote : Re: [Bug 484235] [NEW] desktopcouch API should give _changes interface

On Tue, Nov 17, 2009 at 03:29:28PM -0000, Chad Miller wrote:
> Public bug reported:
>
> The couchdb method of notifying others of events in the database is
> through the "${database}/_changes" URI. Expose the information in
> _changes via some function in the database abstraction.

The javascript library (couch.js) wraps this up pretty nicely, if you need a quick reference implementation.

Zac