El Manual definitivo de Node.js
El Manual definitivo de Node.js Note: you can get a PDF, ePub, or Mobi version of this handbook for easier reference, or for reading on your Kindle or tablet. Table of Contents Introduction to Node.js A brief history of Node.js How to install Node.js How much JavaScript do you need to know to use Node? Differences between Node and the Browser The V8 JavaScript Engine How to exit from a Node.js program How to read environment variables from Node.js Where to host a Node.js app How to use the Node.js REPL Node, accept arguments from the command line Accept input from the command line in Node Expose functionality from a Node file using exports Introduction to npm Where does npm install the packages? How to use or execute a package installed using npm The package.json guide The package-lock.json file Find the installed version of an npm package Install an older version of an npm package Update all the Node dependencies to their latest version Se...