Node.js is not a JavaScript framework—it’s a JavaScript runtime environment.Node.js allows JavaScript to run outside of the browser, enabling it to run on servers or local machines.It uses Google’s V8 JavaScript engine for high performance.Node.js is event-driven and non-blocking, making it suitable for building scalable, real-time applications.