Edge.js
8.2.1
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. This Edge.js NuGet package supports scripting Node.js v8.2.1.
Install-Package Edge.js -Version 8.2.1
dotnet add package Edge.js --version 8.2.1
<PackageReference Include="Edge.js" Version="8.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Edge.js --version 8.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Edge.js, 8.2.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Edge.js as a Cake Addin #addin nuget:?package=Edge.js&version=8.2.1 // Install Edge.js as a Cake Tool #tool nuget:?package=Edge.js&version=8.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Support for Node.js 8.2.1
Dependencies
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.6
- Microsoft.CSharp (>= 4.0.1)
- Microsoft.DotNet.InternalAbstractions (>= 1.0.0)
- Microsoft.Extensions.DependencyModel (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
- System.AppContext (>= 4.1.0)
- System.Collections.Specialized (>= 4.0.1)
- System.Console (>= 4.0.0)
- System.Dynamic.Runtime (>= 4.0.11)
- System.IO.FileSystem (>= 4.0.1)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Private.Uri (>= 4.0.1)
- System.Reflection (>= 4.1.0)
- System.Runtime (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.Loader (>= 4.0.0)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XPath.XmlDocument (>= 4.0.1)
Used By
NuGet packages (13)
Showing the top 5 NuGet packages that depend on Edge.js:
Package | Downloads |
---|---|
Raml.Parser
RAML and OAS (swagger/OpenAPI) parser for .Net
|
|
SPAuthN
SharePoint .Net auth with Node.js
|
|
AMF.Parser
RAML and OAS (swagger) parser for .Net
|
|
PugViewEngine
A view engine using the Pug template language.
|
|
EdgeJs.NativeModuleSupport
Add support for using native node modules with Edge.js
|
GitHub repositories
This package is not used by any popular GitHub repositories.