Sunday 28 May 2017

How to run an c# exe child process from node and recieves messages back and forth?

In node.js, I want to create a child process that runs an exe (created by my c# code). I want to pass some data from node.js to the exe, and as well listen to any data messages from the c# exe and as well send data back into the c#.

Is this possible to do?

Thanks



via omega

No comments:

Post a Comment