Node js
Node.js is an open-source, cross-platform JavaScript runtime environment that allows developers to run web applications outside of a browser:?
Its a backend technology
While Node. js is primarily known as a backend technology, it can also be used in the front-end development process. In fact, Node. js has gained popularity as a full-stack technology because of its versatility in handling both client-side and server-side tasks.
why is Node not a framework?
Node. js is a Runtime Environment: While JavaScript frameworks like Angular, React, or Vue are designed for client-side web development, Node. js is not a framework. It's a runtime environment that empowers developers to execute JavaScript code on servers, enabling server-side scripting