edge
edge copied to clipboard
Run .NET and Node.js code in-process on Windows, MacOS, and Linux
## Steps to reproduce 1. Create a new MVC 5 application in Visual Studio 2013 2. Add the Edge.js package to the project 3. In a controller action, add a...
Try to call http in C#. but it hangs at the below line ``` var result = await createHttpServer(9999); ``` full code is below ``` static async void TestHttp() {...
In addition to Buffer byte[] marshalling, consider support for direct marshaling of JavaScrip typed arrays: https://developer.mozilla.org/en-US/docs/JavaScript/Typed_arrays
Currently edge expects to find the EdgeCompiler class in the global namespace of an assembly. To support multiple edge compilers per assembly as well as disambiguate compilers in C# apps...