Node.js
0.10.34
See the version list below for details.
dotnet add package Node.js --version 0.10.34
NuGet\Install-Package Node.js -Version 0.10.34
<PackageReference Include="Node.js" Version="0.10.34" />
<PackageVersion Include="Node.js" Version="0.10.34" />
<PackageReference Include="Node.js" />
paket add Node.js --version 0.10.34
#r "nuget: Node.js, 0.10.34"
#:package Node.js@0.10.34
#addin nuget:?package=Node.js&version=0.10.34
#tool nuget:?package=Node.js&version=0.10.34
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.
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,696 | 9/15/2015 |
| 0.12.7 | 9,446 | 7/25/2015 |
| 0.12.6 | 80 | 7/25/2015 |
| 0.12.5 | 76 | 7/25/2015 |
| 0.12.4 | 73 | 7/25/2015 |
| 0.12.3 | 70 | 7/25/2015 |
| 0.12.2 | 77 | 7/25/2015 |
| 0.12.1 | 83 | 7/25/2015 |
| 0.12.0 | 9,482 | 2/15/2015 |
| 0.10.36 | 4,228 | 2/4/2015 |
| 0.10.35 | 103 | 2/4/2015 |
| 0.10.34 | 100 | 2/4/2015 |
| 0.10.33 | 9,589 | 10/30/2014 |
| 0.10.32 | 2,910 | 9/17/2014 |
| 0.10.31 | 2,896 | 8/30/2014 |
| 0.10.30 | 118 | 8/30/2014 |
| 0.10.29 | 6,091 | 6/18/2014 |
| 0.10.28 | 20,663 | 5/16/2014 |
| 0.10.27 | 117 | 5/16/2014 |
| 0.10.26.1 | 25,140 | 3/18/2014 |
| 0.10.26 | 4,935 | 2/19/2014 |
| 0.10.25 | 1,328 | 1/23/2014 |
| 0.10.24 | 648 | 1/6/2014 |
| 0.10.23 | 1,474 | 12/12/2013 |
| 0.10.22 | 125 | 12/12/2013 |
| 0.10.21 | 14,997 | 11/7/2013 |
- uv: update to v0.10.30
- zlib: upgrade to v1.2.8
- child_process: check execFile args is an array (Sam Roberts)
- child_process: check fork args is an array (Sam Roberts)
- crypto: update root certificates (Ben Noordhuis)
- domains: fix issues with abort on uncaught (Julien Gilli)
- timers: Avoid linear scan in _unrefActive. (Julien Gilli)
- timers: fix unref() memory leak (Trevor Norris)
- v8: add api for aborting on uncaught exception (Julien Gilli)
- debugger: fix when using "use strict" (Julien Gilli)