Node.js 4.0.0

Node.js 4.0.0

Node.js is a server-side JavaScript environment that uses an asynchronous event-driven model.

Installation overview

Node.js cmd is installed into .bin dir in your project. Node.js itself is deployed by NuGet, so there is no need to install it locally on dev machines or build servers.

If you're using NuGet restore, it's safe to ignore NuGet "packages" dir in Git (or in other VCS), to reduce the size of repository.

Automation

Use ".bin\node" command to run Node.js in your build scripts. For example, here is a simple MsBuild target to minify your scripts using Require.js optimizer:

Daily usage

For your convenience, ".bin" is added to the PATH environment variable. You can call "node" directly from your project root dir.

For example, if you installed Node.js to "MySite.Web" project of "MySite" solution, you can run it directly in the command prompt from the project dir:

D:\Projects\MySite\MySite.Web> node Scripts\server.js

Note: add ".bin" to the PATH manually for other developers in your team. Note: if PATH was changed, restart your command prompt to refresh environment variables.

Docs

Full Node.js documentation is available at https://nodejs.org/en/docs/ Post Nuget package issues or contribute at https://github.com/whyleee/nuget-node-tools


© 2015 Node.js Foundation

Showing the top 20 packages that depend on Node.js.

Packages Downloads
Bower
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat. Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.).
23
Bower
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat. Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.). -- Bundle Features -- This bundle works without Node.js and Git installations, so you can use js-restore on any build server (including cloud TFS) and don't commit external js files.
20
Bower
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat. Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.). -- Bundle Features -- This bundle works without Node.js and Git installations, so you can use js-restore on any build server (including cloud TFS) and don't commit external js files.
21
Bower
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat. Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.). -- Bundle Features -- This bundle works without Node.js and Git installations, so you can use js-restore on any build server (including cloud TFS) and don't commit external js files.
22
Bower
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat. Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.). -- Bundle Features -- This bundle works without Node.js and Git installations, so you can use js-restore on any build server (including cloud TFS) and don't commit external js files.
46
jsreport.Embedded
Installs jsreport server into solution and allows to run it in parallel with .net process.
21
jsreport.Embedded
Installs jsreport server into solution and allows to run it in parallel with .net process.
26
jsreport.Embedded
Installs jsreport server into solution and allows to run it in parallel with .net process.
33
jsreport.Embedded
Installs jsreport server into solution and allows to run it in parallel with .net process.
34
NoGit
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
23
NoGit
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
31
NoGit
Standalone git command line tool powered by js-git and node.js. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
43
Npm
A package manager for JavaScript.
29
Npm
A package manager for JavaScript.
45
Npm
A package manager for node.js.
25
Npm
A package manager for node.js.
27
Npm
A package manager for node.js.
29

- child_process: `ChildProcess.prototype.send()` and `process.send()` operate asynchronously across all platforms (Ben Noordhuis). - node: Rename "io.js" code to "Node.js" (cjihrig). - node-gyp: updated version that works with all versions of Node.js and io.js (Rod Vagg). - npm: Upgrade to version 2.14.2 from 2.13.3, includes a security update (Kat Marchán). - timers: Improved timer performance from porting the 0.12 implementation, plus minor fixes (Jeremiah Senkpiel, Julien Gilli). - util: The `util.is*()` functions have been deprecated (Sakthipriyan Vairamani). - v8: Upgrade to version 4.5.103.30 from 4.4.63.30 (Ali Ijaz Sheikh). - Implement new `TypedArray` prototype methods: `copyWithin()`, `every()`, `fill()`, `filter()`, `find()`, `findIndex()`, `forEach()`, `indexOf()`, `join()`, `lastIndexOf()`, `map()`, `reduce()`, `reduceRight()`, `reverse()`, `slice()`, `some()`, `sort()`. - Implement new `TypedArray.from()` and `TypedArray.of()` functions. - Implement arrow functions.

This package has no dependencies.

Version Downloads Last updated
5.3.0 21 02/10/2020
5.2.0 17 02/14/2024
5.1.1 18 02/14/2024
5.1.0 19 02/14/2024
5.0.0 22 02/14/2024
4.2.3 19 02/14/2024
4.2.2 21 02/14/2024
4.2.1 17 02/14/2024
4.2.0 21 02/14/2024
4.1.2 21 02/14/2024
4.1.1 17 02/14/2024
4.1.0 17 02/14/2024
4.0.0 20 02/10/2020
0.12.7 19 02/14/2024
0.12.6 19 02/14/2024
0.12.5 20 02/14/2024
0.12.4 20 02/14/2024
0.12.3 19 02/14/2024
0.12.2 17 02/14/2024
0.12.1 17 02/14/2024
0.12.0 21 02/10/2020
0.10.36 15 02/14/2024
0.10.35 19 02/14/2024
0.10.34 16 02/14/2024
0.10.33 17 02/14/2024
0.10.32 18 02/14/2024
0.10.31 16 02/14/2024
0.10.30 17 02/14/2024
0.10.29 17 02/14/2024
0.10.28 17 02/10/2020
0.10.27 15 02/14/2024
0.10.26.1 19 02/14/2024
0.10.26 18 02/14/2024
0.10.25 18 02/14/2024
0.10.24 15 02/14/2024
0.10.23 18 02/14/2024
0.10.22 18 02/14/2024
0.10.21 19 02/14/2024