0.0.1 • Published 10 years ago

livetail v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

livetail

Node.js implementation for tailing a file. Like tail -f

#Setup:

var livetail = require("livetail").livetail;
var tail = new livetail('testfile.txt');

#Usage:

tail.on('data',function(data){
  console.log(data);
});

#Live Streaming Log with Socket.io Example: Checkout the example folder.

0.0.1

10 years ago

0.0.0

10 years ago