edge
edge copied to clipboard
Run .NET and Node.js code in-process on Windows, MacOS, and Linux
I am running your 209_websocket.js example and I notice that the V8 process memory usage in task manager continues to grow. I understand that the garbage collection is handled by...
Hi, I'm getting an error when trying to run any .net code with edge. I've tried several examples and I get the same error:No managed allocator, but we need one...
Objective: Execution of JS in node.js should be sandboxed. I tried installed https://github.com/hflw/node-sandbox and https://github.com/gf3/sandbox yet requiring sandbox causes the following error. ``` Error: Cannot find module 'sandbox' at Function.Module._resolveFilename...
``` public MainWindow() { InitializeComponent(); Start().Wait(); } public static async Task Start() { var createHttpServer = Edge.Func(@" var http = require('http'); var express = require('express'); var ws = require('ws'); return...
When marshaling from CLR to javascript there appears to be an error when casting Int16 values, causing the marshaling to fail with the error: "Specified cast is not valid." The...
Trying to do a clean install at http://c9.io using this commands: ``` export USERNAME=ubuntu sudo bash -c 'bash
Heres my scenario: I have several old .NET 4.0 DLLs that I need to be able to access via node. Due to things out of my control I cannot update...
Hello. Something is happening occasionally (two out of three times) when passing a large string (about 200k chars) from C# to Node js function. We see that some times this...
Getting the following error - The edge module has not been pre-compiled for node.js version v5.3.0. You must build a custom version of edge.node. I was trying to install the...
Starting from release 0.10.0 returning short values from C# throws the exception "Error: Specified cast is not valid." The following code will fail for example: ``` javascript var edge =...