Difference between revisions of "Learning Node.js (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Configure Node.js)
 
(One intermediate revision by the same user not shown)
Line 48: Line 48:
 
* [http://howtonode.org/ HowToNode.org] - a community-supported blog
 
* [http://howtonode.org/ HowToNode.org] - a community-supported blog
 
* [https://cloud.google.com/nodejs/getting-started/hello-world How to Run Hello World with Node.js]
 
* [https://cloud.google.com/nodejs/getting-started/hello-world How to Run Hello World with Node.js]
 +
 +
[[Category:Learning]]
 +
[[Category:Node.js]]

Latest revision as of 12:49, 16 October 2016

This article introduces Node.js for the beginner.

Requirements

  • Some knowledge of software installation and configuration
  • Some knowledge of computer programming

Download Node.js

The Node.js website auto-detects visitor operating systems. You should be offered a download compatible with your operating system.

Install Node.js

Run the downloaded installer program.

Run Node.js

..

Write a Hello World program

..

Run the Hello World program

..

See also

External links

Links to "getting started with Node.js" --