5
Jul
2011
Taking Baby Steps with Node.js – Don’t Block The Event Loop
< The list of previous installments can be found here. > The basic premise of Node.js is that all I/O operations are expensive. That is why all I/O should be carried out asynchronously, at least according to the philosophy behind Node.js. What this basically boils down to is that we need to specify a callback […]
Read More