Node.js 4.0.0

dotnet add package Node.js --version 4.0.0
NuGet\Install-Package Node.js -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Node.js" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Node.js --version 4.0.0
#r "nuget: Node.js, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Node.js as a Cake Addin
#addin nuget:?package=Node.js&version=4.0.0

// Install Node.js as a Cake Tool
#tool nuget:?package=Node.js&version=4.0.0

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Node.js:

Package Downloads
MetroNode

NodeJS Support for Windows 10 Javascript-based Apps

MetroBrowserify

Convert node dependencies to CommonJS modules referencable in WinStore/WP8 apps!

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.

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.

Npm.js

a package manager for node. https://npmjs.org/ Prefer to use ASP.NET 5 which has native support for NodeJS.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Node.js:

Repository Stars
sq/JSIL
CIL to Javascript Compiler
microsoft/mattercenter
Microsoft’s Corporate, External, and Legal Affairs (CELA) group, in partnership with the Office extensibility team, developed Matter Center for Office 365 -- a document management and collaboration solution built using the Office app development model, Azure and Sharepoint.
Version Downloads Last updated
4.0.0 8,693 9/15/2015
0.12.7 9,444 7/25/2015
0.12.6 78 7/25/2015
0.12.5 74 7/25/2015
0.12.4 72 7/25/2015
0.12.3 68 7/25/2015
0.12.2 75 7/25/2015
0.12.1 81 7/25/2015
0.12.0 9,479 2/15/2015
0.10.36 4,227 2/4/2015
0.10.35 101 2/4/2015
0.10.34 97 2/4/2015
0.10.33 9,587 10/30/2014
0.10.32 2,909 9/17/2014
0.10.31 2,893 8/30/2014
0.10.30 116 8/30/2014
0.10.29 6,088 6/18/2014
0.10.28 20,661 5/16/2014
0.10.27 115 5/16/2014
0.10.26.1 25,137 3/18/2014
0.10.26 4,932 2/19/2014
0.10.25 1,326 1/23/2014
0.10.24 645 1/6/2014
0.10.23 1,472 12/12/2013
0.10.22 123 12/12/2013
0.10.21 14,995 11/7/2013

- 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.