An open API service indexing awesome lists of open source software.

https://github.com/juanhuttemann/live-logs

Websockets based file watcher
https://github.com/juanhuttemann/live-logs

expressjs logs nodejs socket-io watcher

Last synced: 3 months ago
JSON representation

Websockets based file watcher

Awesome Lists containing this project

README

          

# live-logs

A Websocket File Watcher Node.js app using [Express 4](http://expressjs.com/) and [Socket.io](https://socket.io/).

## Running Locally

Make sure you have [Node.js](http://nodejs.org/) installed.

```sh
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](http://localhost:3000/).

![alt text](https://raw.githubusercontent.com/juanhuttemann/live-logs/master/images/printscreen.png)

![alt text](https://raw.githubusercontent.com/juanhuttemann/live-logs/master/images/printscreen2.png)

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