Skip to content
domenic edited this page May 11, 2012 · 20 revisions

Q + Mongoose, as an example of adapting Node code. Based on this Stack Overflow question.

Flickr API Experiments, as an example of adapting jQuery Ajax promises for a JSONP API. Uses deferreds, the get utility, Q.all, and chaining.