"...development platform built on top of Google's V8 JavaScript virtual machine. The Node.js libraries are focused on building server-side applications in JavaScript."
"...V8 is the JavaScript execution engine built for Google Chrome and open-sourced by Google in 2008. Written in C++, V8 compiles JavaScript source code to native machine code instead of interpreting it in real time"
npm i --save hapi
npm i --save joi
npm i --save hapi
npm i --save hapi-auth-jwt2 //manage token on hapi lifecycle
npm i --save jsonwebtoken //sign and validation
npm i --save hapi
npm i --save joi //object validations
npm i --save inert //Static file and directory handler
npm i --save vision //Templates rendering
npm i --save hapi-swagger //API Documentation
http://bit.ly/control-flow-nodejs
http://bit.ly/mva-erickwendel
http://erickwendel.com.br
http://netcoders.com.br/blog
http://slides.com/erickwendel/restfull-apis-com-nodejs/live#/
https://github.com/ErickWendel/palestra-impacta/
https://nodejs.org/en/about/
https://en.wikipedia.org/wiki/Node.js
http://stackoverflow.com/questions/21596172/what-function-gets-put-into-eventloop-in-nodejs-and-js
https://github.com/hapijs/joi/blob/v9.1.0/API.md
https://github.com/dwyl/hapi-auth-jwt2
https://github.com/ryanfitz/hapi-auth-jwt
http://hapijs.com/plugins