rsolomo / hpipe

pipe streams to a web interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

pipe streams to a web interface.

License:MIT License


Languages

Language:JavaScript 100.0%