I'm working on learning Node.js and all I hear in every tutorial is "Node is asynchronous and no -blocking!"
I've heard in regular browser JavaScript only certain things such as AJAX calls can be made asynchronous or non-blocking (using callbacks)... Is this true of Node.js as well, or are all Node.js callback functions made asynchronous/non-blocking?