Skip to content

Instantly share code, notes, and snippets.

@janl
Created March 13, 2014 14:13
Show Gist options
  • Save janl/baa7d95892f52e6114b5 to your computer and use it in GitHub Desktop.
Save janl/baa7d95892f52e6114b5 to your computer and use it in GitHub Desktop.
myStore = hoodie.open('dbName')
mystore.findAll().then( cb )
myStore.on('change', handleChange )
myStore.connect() // starts longpolling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment