node-remote-console
v1.3.3
Published
This node module let you see console of other console commands that run in background in other process or other computer.
Readme
This node module let you see console of other console commands that run in background in other process or other computer.
http://superuser.com/questions/996798/how-to-show-console-of-hidden-background-task-in-windows/997548
It is design that when you run a task in the background, you can see the task console, and send your commands to it.
This is an open-source project. You welcome to fork, to send pull requests, and I am here to help :)
INSTALLATION
npm i -g node-remote-consoleUSE
On the server:
remote-console --server port commandOn the client:
remote-console --client ip portfor example:
remote-console --server 127.0.0.1 123 cmd.exe
remote-console --client 127.0.0.1 123