Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 563 Bytes

Node Stream Tail

Stream a log file to a web page for easy log viewing.

Change filename to your log file name in stream.js.

Requirements

Node.js v0.4.1 or higher.

Installation

git clone https://github.com/zpoley/node_stream_tail.git  

Configuration

Change logfilename in stream.js to the log you'd like to tail on your machine.

Run

node server.js

Test

visit http://localhost:8010 in your browser

Thanks

this project respectfully uses code from and thanks the authors of: