Display progress percentage in Node.js based on computation progress in called C# program

322 Views Asked by At

How to show progress percentage on Node.js server based on percentage completion of processing in a C# program called thru Edge.js

All examples that I have seen on the EDGE.js github page show how to call .NET code from Node and once processing finishes at the .NET side then callback is triggered. What I want is something like a event emitter and listener. So Node should get a percent complete message from C# at periodic intervals until all processing is done. I am very new to node and C# so not able to synthesize how to go about it.

0

There are 0 best solutions below