Edge.js
4.0.0
See the version list below for details.
Install-Package Edge.js -Version 4.0.0
dotnet add package Edge.js --version 4.0.0
<PackageReference Include="Edge.js" Version="4.0.0" />
paket add Edge.js --version 4.0.0
#r "nuget: Edge.js, 4.0.0"
// Install Edge.js as a Cake Addin
#addin nuget:?package=Edge.js&version=4.0.0
// Install Edge.js as a Cake Tool
#tool nuget:?package=Edge.js&version=4.0.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 v4.1.1.
Product | Versions |
---|---|
.NET Framework | net |
This package has no dependencies.
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 |
|
PugViewEngine
A view engine using the Pug template language. |
|
AMF.Parser
RAML and OAS (swagger) parser for .Net |
|
SPSyncN
SharePoint .Net assets sync via Node.js |
GitHub repositories
This package is not used by any popular GitHub repositories.