edge icon indicating copy to clipboard operation
edge copied to clipboard

Run .NET and Node.js code in-process on Windows, MacOS, and Linux

Results 174 edge issues
Sort by recently updated
recently updated
newest added

Will something like this simply work: ``` using System; using System.Threading.Tasks; using System.Threading; using EdgeJs; namespace hub.guzio.AnExample{ class Program { public static async Task Start() { var func = Edge.Func(@"...

And if so, then will it support Node modules (crucial to me)?

Dear Author, I am trying to use edge.js assembly to start node.js application as a scripting mechanism. but I face issue " Unable to load DLL 'node.dll': The specified module...

Hi, I tried to use EdgeJs in Angular 7 to reuse my c# code. but I got " __dirname is not defined" error. I was wondering if you could fix...

Hi guys, Installation fails on OSX: ``` > [email protected] install /Users/oknyga/www/shaman/shaman-converter2/node_modules/edge > node tools/install.js CXX(target) Release/obj.target/edge_nativeclr/src/mono/clractioncontext.o CXX(target) Release/obj.target/edge_nativeclr/src/mono/clrfunc.o ../src/mono/clrfunc.cpp:55:102: error: too few arguments to function call, expected at least 2,...

my projects is run on Nodejs 10.x,but edge is not support。when or how edge support?

Still need to copy these files into my node project?

When my Node script returns an fatal error like this: **events.js:182 throw er; // Unhandled 'error' event ^ Error: connect ETIMEDOUT 172.16.12.5:3000 at Object.exports._errnoException (util.js:1024:11) at exports._exceptionWithHostPort (util.js:1047:20) at TCPConnectWrap.afterConnect...

I am trying to use edge.js to make calls within a Node application to invoke methods in a third party COM DLL. I know depending on the way the library...