Please enable JavaScript.
Coggle requires JavaScript to display documents.
NODEJS (Benefits of NodeJS (Asynchronous & Event Driven, Single…
NODEJS
-
-
-
-
-
-
-
-
Package.json -- Properties of a package, like :name, version, dependencies, repository, main
Call back : is an asynchronous equivalent for a function. Called at the completion of a given task. All APIs support Callbacks
Supports Concurrency via concept of Events & Callbacks. Uses async function calls to maintain Concurrency.
-
4 types of streams :
Readable,Writable, Duplex,Transform