Node Ecosystem
Readings
An Introduction to Node.js on sitepoint.com
Questions
-
How would you describe Node to a non-technical friend?
- it helps your computer run the JavaScript code you write
-
What does it mean that Node is a JavaScript runtime?
- that it’s a program used to execute JavaScript on your computer
-
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
- I’d like to know more about what makes it work and how things were before node, maybe that will help me understand it a little better.