edge
edge copied to clipboard
Run .NET and Node.js code in-process on Windows, MacOS, and Linux
Hello, is it possible to access serial devices in edge.js over the C# methods?
Hi there, I'm researching with Node.js in a C# process so I dont known how to get the static object between callings of Edge.Func(@"_javascript_code_"); `public class TestNodeJs { public static...
https://github.com/tjanczuk/edge/blob/ec699715947169b555c88a2eab9151cc774c32f2/src/CoreCLREmbedding/deps/deps_entry.cpp#L186 There is no case normalization. Most projects will have a package like Edge.js.CSharp in the project file. the dotnet restore process will download that into a folder called ~/.nuget/packages/edge.js.csharp......
I'm testing the example on README on archlinux version: edge: 7.10.1 node: v8.10.0 npm: 5.6.0 failed to build locally: ``` $ npm rebuild edge > [email protected] install /home/beenotung/workspace/bitbucket.org/rolearena/rolearena-server/node_modules/edge > node...
//this true? Activator.CreateInstance(Type.GetTypeFromProgID("UnityObjects.UnityApplication")); // UnityObjects.UnityApplication this is come object //my old system in win32ole win32ole.client.Dispatch('UnityObjects.UnityApplication'); if wrong i need to right code thanks all
Is there any way to trigger the V8 GC manually when running javascript from c#? In tried "--expose-gc" but it doesn't seem to expose global.gc(). ``` Environment.SetEnvironmentVariable("EDGE_NODE_PARAMS", "--nouse-idle-notification --expose-gc --max-old-space-size=8192");...
Readme says "coming soon"™. Considering the currently stalled state of development it doesn't look promising. I found this project looking exactly for this feature. Now I'm trying to figure my...
I want to read an Exchange Mailbox from my Mac. I have installed Edge.js and am able to make the sample code work thus I am confident in my install....
Last normal commit on Aug 10, 2017
If I run my js code with node directly and I add the flag --inspect to node (ex: node --inspect app.js) I am able to debug it using chrome (chrome://inspect),...