blocking code

  • Callbacks concept in Node.js

    Callbacks concept in Node.js

    callback has the same asynchronous property for a function. a callback function is called when completing a specific task. all node apis are written in the way of callback functions.