The aysnc library helps prevent node nested callback anti patterns (remember I/O is async) npm install async –save-dev https://github.com/caolan/async

async.series([functions…],finalCallback)