node node.js nodejs Node.js - Callbacks Concept Shaunak Jagtap 04:21 Add Comment Shaunak Jagtap What is Callback in NodeJS? Callback is an asynchronous equivalent for a function. A callback function is called at the completion of a ... Read More
node node.js nodejs Read Eval Print Loop (REPL) Terminal in Node.js Shaunak Jagtap 04:10 1 Comment Shaunak Jagtap Node.js - REPL Terminal REPL stands for Read Eval Print Loop and it represents a computer environment like a window console or Unix/Li... Read More
node node.js nodejs Where to Use Node.js? Shaunak Jagtap 03:12 Add Comment Shaunak Jagtap Where to Use Node.js? Following are the areas where Node.js is proving itself as a perfect technology partner. I/O bound Applica... Read More
node node.js nodejs Features of Node.js Shaunak Jagtap 06:04 Add Comment Shaunak Jagtap Asynchronous and Event Driven All APIs of Node.js library are asynchronous that is, non-blocking. It essentially means a Node.js based s... Read More