You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Geoff Buesing <gb...@gmail.com> on 2012/03/13 17:24:02 UTC

[ann] jquery.couch.listchanges.js

Hi all,

Just letting everybody know about jquery.couch.listchanges.js, which allows
you to easily wire-up a DOM container element to live update when changes
come in.

Functionality is similar to Evently's "_changes" feature, except that
templating is done server-side, via a list fun (this is made easy with
mustache.couch.js.)

Code is here: https://github.com/gbuesing/mustache.couch.js . The README
contains a link to a demo app where you can see this in action.

Hope others find this useful. Feedback on the approach is appreciated.

Geoff Buesing