DEV Community

Discussion on: Modules📤📥 in Node.js : Beginner to Advance💻

Collapse
 
tanishtt profile image
tanishmohanta

Node.js is not a programming language, it provides an environment where JavaScript code can run outside of the web browser. It includes additional features and APIs that make it well-suited for server-side development and various other tasks. Just like how browser provides an environment to execute javascript code.