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 /path/to/file.log PORTNUM
node server.js /var/log/mail.log 8082
node server.js /var/log/xapp.log 8083
visit (http://localhost:8082)
this project respectfully uses code from and thanks the authors of: