Node.js 0.10.23

There is a newer version of this package available.
See the version list below for details.
dotnet add package Node.js --version 0.10.23
NuGet\Install-Package Node.js -Version 0.10.23
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="0.10.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Node.js --version 0.10.23
#r "nuget: Node.js, 0.10.23"
#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=0.10.23

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

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.12.0 8,022 2/15/2015
0.10.36 2,638 2/4/2015
0.10.35 69 2/4/2015
0.10.34 61 2/4/2015
0.10.33 9,228 10/30/2014
0.10.32 2,607 9/17/2014
0.10.31 2,767 8/30/2014
0.10.30 81 8/30/2014
0.10.29 5,490 6/18/2014
0.10.28 14,880 5/16/2014
0.10.27 65 5/16/2014
0.10.26.1 17,219 3/18/2014
0.10.26 2,142 2/19/2014
0.10.25 331 1/23/2014
0.10.24 95 1/6/2014
0.10.23 620 12/12/2013
0.10.22 60 12/12/2013
0.10.21 11,442 11/7/2013

- uv: Upgrade to v0.10.20 (Timothy J Fontaine)
- npm: Upgrade to 1.3.17 (isaacs)
- gyp: update to 78b26f7 (Timothy J Fontaine)
- build: include postmortem symbols on linux (Timothy J Fontaine)
- crypto: Make Decipher._flush() emit errors. (Kai Groner)
- dgram: fix abort when getting `fd` of closed dgram (Fedor Indutny)
- events: do not accept NaN in setMaxListeners (Fedor Indutny)
- events: avoid calling `once` functions twice (Tim Wood)
- events: fix TypeError in removeAllListeners (Jeremy Martin)
- fs: report correct path when EEXIST (Fedor Indutny)
- process: enforce allowed signals for kill (Sam Roberts)
- tls: emit 'end' on .receivedShutdown (Fedor Indutny)
- tls: fix potential data corruption (Fedor Indutny)
- tls: handle `ssl.start()` errors appropriately (Fedor Indutny)
- tls: reset NPN callbacks after SNI (Fedor Indutny)