npm install
node callbacks.js
This shows an example of chaining calls together using callbacks. This leads to a style called Christmas Tree code because it resembles a christmas tree.
node promises.js
This shows how to chain calls together using the q library and promises.