Difference between revisions of "Node.js"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
* [[JavaScript]]
 
* [[JavaScript]]
 
* [[Node.js File System]]
 
* [[Node.js File System]]
 +
* [[Node.js library]]
 
* [[npm (software)]]
 
* [[npm (software)]]
 
* [[Web application]]
 
* [[Web application]]
Line 47: Line 48:
 
* [https://scotch.io/tutorials/scraping-the-web-with-node-js Scraping the Web With Node.js]
 
* [https://scotch.io/tutorials/scraping-the-web-with-node-js Scraping the Web With Node.js]
 
* [http://thenodeway.io/ The Node Way]
 
* [http://thenodeway.io/ The Node Way]
 +
* [https://code.tutsplus.com/tutorials/learning-server-side-javascript-with-nodejs--net-10044 Learning Server-Side JavaScript with Node.js] @ code.tutsplus.com
  
 
=== Applications ===
 
=== Applications ===

Latest revision as of 19:41, 23 January 2018

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Description

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

Dependent libraries

Some libraries are dependent on Node.js.

See:

See also

External links

General

Hello World

Tutorials

Applications