Skip to content

Instantly share code, notes, and snippets.

@zuk
Created September 25, 2011 23:09
Show Gist options
  • Select an option

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

Select an option

Save zuk/1241299 to your computer and use it in GitHub Desktop.
Sleepy Mongoose example
observations = $().sleepyMongo({sleepyUrl: WallCology.mongooseURL + "/observations/")
observations.find({}, function(data) {
// do stuff
})
WallCology = {
rollcallURL: '/rollcall',
mongooseURL: '/mongoose',
xmppDomain: 'glint',
groupchatRoom: null,
init: function() {
// ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment