1.1.5 • Published 12 years ago

stouty v1.1.5

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

stouty

remote stdout relayer

instructions: 1. install: npm install stouty 2. require('stouty') in your module. 3. call listen on stouty object with whatever port you want to listen on. 4. use telnet to get streamed data to your console

// example

var stouty = require('stouty');

if(process.env.NODE_ENV == 'development') {
   stouty.listen(63730);
}

// usage

telnet serverbox0192 63730

1.1.5

12 years ago

1.1.4

13 years ago

1.1.3

13 years ago

1.1.2

13 years ago

1.1.1

13 years ago

1.1.0

13 years ago

1.0.2

13 years ago

1.0.1

13 years ago

1.0.0

13 years ago