Skip to content

Instantly share code, notes, and snippets.

@zuk
Created April 10, 2013 16:35
Show Gist options
  • Select an option

  • Save zuk/5356242 to your computer and use it in GitHub Desktop.

Select an option

Save zuk/5356242 to your computer and use it in GitHub Desktop.
initing wakeful collections in node.js
CK.Model.init(config.drowsy.url, DATABASE).done(function () {
CK.Model.initWakefulCollections(config.wakeful.url).done(function() {
// do your stuff here
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment