Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Created July 18, 2011 19:00
Show Gist options
  • Save henriquegogo/1090335 to your computer and use it in GitHub Desktop.
Save henriquegogo/1090335 to your computer and use it in GitHub Desktop.
Client-side longpull on CouchDB
$.couch.db('database').changes().onChange(function(data) { console.log(data) } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment