Learn more about node here:
http://amzn.to/20SEb7x
source code:
https://plnkr.co/edit/b69vuLGeD7nO1Bg...
This is quick tutorial about how to install nodejs packages. We go over console commands like ls, pwd, cd, cd .., mkdir, touch. We write some simple scripts and require a few node packages.
Npm install.
The sole reason to use node is to create backend applications such as login, rest api, and console applications. So basically computer application vs browser. Now javascript can do both and it makes development a lot faster.