Daily Archives: September 18, 2012

An easy tutorial on using callbacks in Node.js

In a previous post I showed you how to use the EventEmitter to give a notification when a webpage had been downloaded (or ran into an error). Today I’ll show you the same project but using a callback instead.

Posted in JavaScript, Node.js, Open Source | Leave a comment