Questions tagged [node.js]

An open-source, cross-platform Javascript interpreter and run-time environment. Mostly used for server-side web-app programming and various command-line tools.

It uses the V8 Javascript interpreter engine from the Google, whose non-blocking asynchronous behavior offers high speed.

Its npm package manager became a quasi-standard for Javascript library package management.

Widely uses the Mocha and Chai test frameworks.

45 questions
9
votes
2 answers

How does dependency management for Node.js differ from Maven?

Strange enough node.js unlikely maven installs the packages the software needs inside the project directory. Is there a way to introduce a central repository which also caches different versions of components and would allow to pull them on build…
Ta Mu
  • 6,772
  • 5
  • 39
  • 82