Author

Samuel Day

Article in Archives
Harmony generators and promises for Node.js async fun and profit

Today I’m here to preach the gospel of promise-based async programming in Node.js, when coupled with an exciting new Harmony feature called generators. If you’ve been writing Node.js code for a while, then I’m sure you’re familiar with the Node.js callback model. You’ve probably also heard some of the more common nicknames for it: callback hell, […]