Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 542 Bytes

File metadata and controls

13 lines (8 loc) · 542 Bytes

NODE

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

In addition to the "node" command, this script provides the following programs:

  • npm : Package manager for Node.js dependencies and modules.
  • npx : Runs commands from npm packages without manual installation.

SITE: https://nodejs.org

Applications Home