Introduction to NodeJS by Eduonix Learning Solutions

About the Lecture

The lecture Introduction to NodeJS by Eduonix Learning Solutions is from the course Getting Started with NodeJS. It contains the following chapters:

  • Node Overview
  • -Node is Asynchronous
  • - Asynchronous vs. Synchronous
  • - Single Threaded
  • NPM
  • - Basic NPM Commands
  • - Update Node.js via NPM

Author of lecture Introduction to NodeJS

 Eduonix Learning Solutions

Eduonix Learning Solutions


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0


Excerpts from the accompanying material

... the Google v8 JavaScript engine that allows us to ...

... request comes in, it is passed off to an asynchronous callback handler and frees ...

... World, function (error) { console.log("Function ran asynchronously"); }); ...

... the Tuts + website, using a tiny script, Node.js was 93 percent faster ...

... “multi-threaded” but Node.js is “single -threaded”? The single-thread does not have ...

... package manager for Node.js. It is run in ...

... also install it with curl http://npmjs.org/install.sh | sh? NPM is ...

... system npm ls installed npm ls installed someone npm link – Symlink ...

... NPM npm cache clean – f npm install – g n n stable “n” ...

Chapters of this lecture