Difference between revisions of "Node.js"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Tutorials) |
Karl Jones (Talk | contribs) |
||
(2 intermediate revisions 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)]] | ||
* [[Web application]] | * [[Web application]] | ||
* [[Web server]] | * [[Web server]] | ||
Line 46: | 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 18:41, 23 January 2018
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Contents
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
- Learning Node.js (1)
- JavaScript
- Node.js File System
- Node.js library
- npm (software)
- Web application
- Web server
External links
General
- Official website
- Node.js guide @ ruk.si
Hello World
- Hello Node! @ howtonode.org
- Node.js - First Application @ tutorialspoint.com
- Hello world example @ expressjs.com
- Node.js for beginners, part 1 - Hello world, and a bit of fun! @ theprojectspot.com
- Node.js for Beginners @ code.tutsplus.com
- Felix's Node.js Beginners Guide @ nodeguide.com
- An Absolute Beginner's Guide To Node.js
- How to build a simple webpage in Node.js
Tutorials
- Creating an MVC framework for our Node.js page
- Scraping the Web With Node.js
- The Node Way
- Learning Server-Side JavaScript with Node.js @ code.tutsplus.com
Applications
- Node.js web crawler @ ruk.si