Software Details:
Version: 5.0.0 updated
Upload Date: 9 Feb 16
Distribution Type: Freeware
Downloads: 79
Edge.js allows developers to use .NET functions inside Node.js code and vice versa.
It basically provides a bridge between V8 and CLR, allowing both languages to run in the same CPU process.
Edge.js broadens the scope for both Node.js and .NET development, by providing access to technologies usually unacceptable from solely one environment.
It also provides npm access for .NET developers and nuget access for Node.js coders.
What is new in this release:
- Support for Node.js 4.x.
What is new in version 0.10.1:
- The 0.9.3 release of Edge.js adds support for caching of C# compilation results, thus increasing the performance of repetitive calls to edge.func with the same C# code.
Requirements:
- Node.js 0.6 or higher
- .NET Framework 4.5 or higher
Comments not found