Node Ecosystem

My reading journal for Code Fellows

Node Ecosystem

Readings


An Introduction to Node.js on sitepoint.com

Questions


  1. How would you describe Node to a non-technical friend?

    • it helps your computer run the JavaScript code you write
  2. What does it mean that Node is a JavaScript runtime?

    • that it’s a program used to execute JavaScript on your computer
  3. What is Node used for?

    • it is designed to automate the process of developing a modern JavaScript application

Thing I want to know more about