What is difference between nodejs and iojs?
iojs is a fork of nodejs.
What does ‘–save-dev’?
It will save to your package.json. Having them in package.json will simplify when developer does ‘npm install’.
‘scripts’ within package.json?
Way to automate things through npm