NodeJS 2
NodeJS 2
Understanding require
Foo.js
/home/ry/projects/node_modules/bar.js
/home/ry/node_modules/bar.js
/home/node_modules/bar.js
/node_modules/bar.js
*Source: http://nodejs.org/docs/v0.4.2/api/modules.html
Pre-requisite
Install NodeJS from
https://nodejs.org/
Node v to check if node is already
installed.
Pick you favorite editor (I am
experimenting with Microsoft Visual
Code)
Examples from
Learnyounode:
https://github.com/workshopper/lear
nyounode
NodeJS by example
Problem 1: HelloWorld.js
Solution
console.log("HELLO WORLD");
Hint
require('fs')
process.argv[2]
readFileSync
Hint
require('fs')
readdir