hpipe
v0.1.0
Published
Tool to pipe streams to a web interface.
Downloads
4
Readme
hpipe
hpipe is a utility to pipe stdin to a web interface.
Installation
npm install -g hpipe
Usage
The simplest way to try it out is to do this:
- run the
hpipe
command - browse to http://localhost:8000
- type some text at the prompt, and watch it show up on your browser
You can also pipe streams to it and choose an alternative listening address.
Example: tail -f example.log | hpipe -a 0.0.0.0