Functional Node.js: Working with Promises

Functional Node.js: Working with Promises

I've used promises on every Node project I've worked on over the past year. I've made a lot of mistakes and done a fair bit of reading on the subject. The following is a guide to writing clear, concise functional code with the Bluebird promise library. Additionally,...