edge
edge copied to clipboard
Run .NET and Node.js code in-process on Windows, MacOS, and Linux
I'm trying to run Edge.js from .NET (C#) using example from https://github.com/tjanczuk/edge class Program { public static async Task Start() { var func = Edge.Func(@" return function (data, callback) {...
Was trying to build on windows. When I ran $ tools\buildall.bat, it raise this error: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5): error MSB8020: The builds tools for v140 (Platform Toolset = 'v140') cannot...
I'm looking to make use of the new higher datatype size limits in Node.js v9+ with an Edge.js project. Can someone tell me if Edge.js has been updated to be...
``` Public Class FreenomDNS Public UserName, Password As String Public EdgeFunc As System.Func(Of Object, System.Threading.Tasks.Task(Of Object)) Public Freenom As Object Public Function Authorize(UserName As String, Password As String) EdgeFunc =...
How to call method without payload? Code from example var add7 = edge.func(function() {/* using System.Threading.Tasks; public class Startup { public async Task Invoke() { int v = (int)input; return...
macOS Sierra Version 10.12.5 Nuget install Edge.js (7.10.1) Microsoft.NETCore.App 1.1.1 Node v7.7.3 Build results in Error CS0246: The type or namespace name 'EdgeJs' could not be found (are you missing...
I'm trying to rebuild an old project and edge is barfing on up this stack trace. The version of edge is ^6.5.1. Here is the stack trace... make: Entering directory...
I had issues with edge on my computer and I finally found out the problem came from the drive path. I tried moving edge folder, reinstalling package, etc. Then I...
Hello every one. I have an issue when using edge to execute sql queries. ------------------------------------------------------------------------------------------ With the c# version everything goes fine. Events are fired asynchronously : using System; using...
I'm opening this issue even I this might be related to: https://github.com/tjanczuk/edge/issues/583 The thing is that the issue above doesn't mention any problems concerning the install. Since this is a...