Skip to content

juanhuttemann/live-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live-logs

A Websocket File Watcher Node.js app using Express 4 and Socket.io.

Running Locally

Make sure you have Node.js installed.

git clone https://github.com/juanhuttemann/live-logs.git # or clone your own fork
cd live-logs
npm install
node app.js

Your app should now be running on localhost:3000.

alt text

alt text

Now edit the "sample-log-file.txt" and see the changes in the webconsole.