0.1.0 • Published 10 years ago

hpipe v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Build Status

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