Node.js is an open-source JS runtime that allows you to execute JavaScript code on the server side. It’s built on Chrome's V8 JavaScript engine.

Code - https://github.com/nodejs/node

Runtime?

The environment where JavaScript code is executed. It could be

  1. On the server
  2. In the browser
  3. On a small watch

V8 engine?

The V8 engine is an open-source JavaScript engine developed by Google. It is used to execute JavaScript code in various environments, most notably in the Google Chrome web browser.

Screenshot 2024-08-24 at 4.48.38 PM.png

Mozilla has their own JS engine - SpiderMonkey

Safari - JavaScriptCore

Installing Node.js

https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-22-04