1.3.3 • Published 10 years ago

node-remote-console v1.3.3

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

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-console

USE

On the server:

remote-console --server port command

On the client:

remote-console --client ip port

for example:

remote-console --server 127.0.0.1 123 cmd.exe
remote-console --client 127.0.0.1 123
1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.9

10 years ago

1.1.9

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago