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" />
paket add Node.js --version 0.10.34
#r "nuget: Node.js, 0.10.34"
// Install Node.js as a Cake Addin #addin nuget:?package=Node.js&version=0.10.34 // Install Node.js as a Cake Tool #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,694 | 9/15/2015 |
0.12.7 | 9,445 | 7/25/2015 |
0.12.6 | 79 | 7/25/2015 |
0.12.5 | 75 | 7/25/2015 |
0.12.4 | 73 | 7/25/2015 |
0.12.3 | 69 | 7/25/2015 |
0.12.2 | 76 | 7/25/2015 |
0.12.1 | 82 | 7/25/2015 |
0.12.0 | 9,480 | 2/15/2015 |
0.10.36 | 4,228 | 2/4/2015 |
0.10.35 | 102 | 2/4/2015 |
0.10.34 | 98 | 2/4/2015 |
0.10.33 | 9,588 | 10/30/2014 |
0.10.32 | 2,910 | 9/17/2014 |
0.10.31 | 2,894 | 8/30/2014 |
0.10.30 | 117 | 8/30/2014 |
0.10.29 | 6,089 | 6/18/2014 |
0.10.28 | 20,662 | 5/16/2014 |
0.10.27 | 116 | 5/16/2014 |
0.10.26.1 | 25,138 | 3/18/2014 |
0.10.26 | 4,933 | 2/19/2014 |
0.10.25 | 1,327 | 1/23/2014 |
0.10.24 | 646 | 1/6/2014 |
0.10.23 | 1,473 | 12/12/2013 |
0.10.22 | 124 | 12/12/2013 |
0.10.21 | 14,996 | 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)