reading-notes

Node Ecosystem

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

Node.js is a runtime environment that allows you to run JavaScript code outside of a web browser. It’s like a special platform that lets you write and execute JavaScript on your computer or server

What does it mean that Node is a JavaScript runtime?

Node provides an environment where JavaScript code can be executed. Traditionally, JavaScript was primarily associated with web browsers, where it runs and executes scripts to make web pages interactive. However, Node.js extends the capabilities of JavaScript by allowing it to run outside of the browser, on servers or even on desktop applications.

What is Node used for?

Building web servers, Creating API,Real-time applications

Looking ahead at this module’s course schedule, What do you look forward to learning?

I am excited to learn more about nodes and What I can do with them.

What are your learning goals after reading and reviewing the class README?

I look forward to learning more about continuous integration.