Hi,1. node.js is a JavaScript runtime built on Chrome’s V8 engine. It allows JavaScript to be executed outside of the browser, typically on the server side. Yes, Node.js can act as a server—you can create HTTP servers, APIs, web apps, etc., using frameworks like Express.js. It is event-driven, non-b...