Node.js — Callback and Promise Support in your Node.js Modules
Node.js developers are very familiar with the callback pattern. During the last years, a common practice has taken place within the community: error-first callbacks. That was quite sufficient for the last years. Now that promises and generator functions are around the corner, it’s time to start thinking outside …
Continue Reading