mulyoved / nodejs-tail-file

Simple example of how to continously tail a file and send the output to the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-tail-file

Simple example of how to continously tail a file and send the output to the browser.

Installation

nodejs chunked.js

Open browser the file index.html with your browser.

Update the tail.txt with data and watch:

echo "some data" >> tail.txt

About

Simple example of how to continously tail a file and send the output to the browser.


Languages

Language:HTML 61.8%Language:JavaScript 38.2%