Stream a log file to a web page for easy log viewing.
Change filename to your log file name in stream.js.
Node.js v0.4.1 or higher.
git clone https://github.com/zpoley/node_stream_tail.git
Change logfilename in stream.js to the log you'd like to tail on your machine.
node server.js
visit http://localhost:8010 in your browser
this project respectfully uses code from and thanks the authors of: