Node.JS


Node.JS Releases info

https://github.com/nodejs/release


Node.JS installation

Volta and NVM (Node Version Manager)


Node Auth Tutorial

Node Auth Tutorial


Node.JS Static Server

Static Server


Node.JS EventEmitter

EventEmitter


Node.JS Read Write Steams and Pipes

Node.JS Read Write Steams and Pipes


MultiThreading

MultiThreading


WebSockets

WebSockets


Node.js login, registration and access control using Express and Passport

Node.js login, registration and access control using Express and Passport


Real-Time-Web-Apps-with-Socket.io

Real-Time-Web-Apps-with-Socket.io


REST nodejs

REST nodejs


GraphQL

GraphQL


Some commands:

$ npm init -f
This will automatically accept the defaults.

The -f stands for force. These flags also work: --yes, -y, --force.


$ npm list -g --depth=0
/usr/local/lib
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]


$ npm list --depth=0
[email protected] /projects/04 MovieFind
├── [email protected] extraneous
├── [email protected] extraneous
├── [email protected]
├── [email protected]
├── [email protected] extraneous
└── [email protected] extraneous


$ npm update -g npm
$ npm update -g bower
$ npm update -g gulp


$ npm cache clean
$ bower cache clean



Check npm packages

npms.io


https://www.npmtrends.com/pug-vs-ejs-vs-handlebars