Node.js: Callbacks are polluting your code

I have been hacking on a project in Node.js/Express.js for some time now. I am really impressed by how fast it is to code and prototype in Node, not much gets in your way. However, there is one thing I am still struggling with, the callback model of Node.js applications. It is not that it […]

Read more Node.js: Callbacks are polluting your code