stateful-process-command-proxy
stateful-process-command-proxy copied to clipboard
node.js module for executing os commands against a pool of stateful child processes such as bash or powershell via stdout and stderr streams
Hi, I'm new to the nodejs workflow and have been trying to utilize a command for authorizing a user through another website where they obtain an auth key. I've tried...
Hi and thanks for open-sourcing this module! It would be great to be able to get results of `initCommands` execution - to check for errors and throw if something is...
Here is a basic implementation which solve the following issue : https://github.com/bitsofinfo/stateful-process-command-proxy/issues/17 TLDR : Under Windows, child_process.spawn() method escape process arguments and add quotes to them. This can lead to...
Hi and thanks for this great package which works perfectly for me when running powershell or cmd processes under Windows. I am getting troubles when trying to run powershell with...
Code to be upgraded to fix generic-pool changes https://gist.github.com/sandfox/5ca20648b60a0cb959638c0cd6fcd02d https://github.com/bitsofinfo/powershell-command-executor-ui/issues/1
Evaluate if adding thread support will significantly improve performance. Given the bound processes are separate from node already this may not help a ton https://github.com/xk/node-threads-a-gogo