edge.js Questions
6
Solved
TL;DR
What is the best way to forcibly keep a Node.js process running, i.e., keep its event loop from running empty and hence keeping the process from terminating? The best solution I could come u...
2
Is it possible to call Node.js functions from a C# ASP.NET server?
I found the Edge.js library, but as I understood, it allows Node.js to call into C#. I need the directly reverse solution.
8
Solved
I have a pet project that is an online game, the entire game engine is written in C# and I would like to know if there is anyway I can call the functions of this existing assembly (.dll) from a sol...
Panjabi asked 11/1, 2011 at 1:49
1
Solved
I'm currently working to replace my ActiveX-Implementation in IE through a REST-API based on node.js with running edge.js
So far the basic examples from the page implementing worked pretty well. I...
Wolfy asked 10/11, 2017 at 12:4
2
Solved
I'm using dotnet-mammoth (mammoth.js with edge.js) to convert a docx document to html in .net
I added it to my project via its nuget package.
I'm using the code provided by the sample, which is w...
2
Solved
I am attempting to write a "robocopy /mir" like function within Node.js and cannot seem to wrap my head around how to properly execute several async functions in order.
Some background:
Th...
Lumpish asked 5/11, 2015 at 16:8
1
Solved
Background
I am working on a C# program which currently runs Node via Process.Start(). I am capturing the stdout and stderr from this child process and redirecting it for my own reasons. I am look...
Hymettus asked 30/3, 2015 at 21:2
4
Solved
I'm trying to get a node.js app to interact with a .NET SDK fingerprint reader called U.are.U. The SDK provides .dll (win32 and x64), Java and .NET libraries. I decided to use .NET for the simple o...
Cockleboat asked 8/5, 2013 at 0:28
1
© 2022 - 2024 — McMap. All rights reserved.