Edge.js 0.10.0

dotnet add package Edge.js --version 0.10.0
NuGet\Install-Package Edge.js -Version 0.10.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="Edge.js" Version="0.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Edge.js --version 0.10.0
#r "nuget: Edge.js, 0.10.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 Edge.js as a Cake Addin
#addin nuget:?package=Edge.js&version=0.10.0

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

With Edge.js you can script Node.js in a .NET application. Edge.js allows you to run Node.js and .NET code in one process. You can call Node.js functions from .NET and .NET functions from Node.js. Edge.js takes care of marshalling data between CLR and V8. Edge.js also reconciles threading models of single threaded V8 and multi-threaded CLR. Edge.js ensures correct lifetime of objects on V8 and CLR heaps. Current version of Edge supports scripting Node.js v0.12.0.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.10.0 1,747 3/2/2015
0.9.2 4,124 8/16/2014

New: support for Node.js 0.12.x