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
- Host: GitHub
- URL: https://github.com/juanhuttemann/live-logs
- Owner: juanhuttemann
- Created: 2018-06-24T01:42:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T17:56:14.000Z (almost 7 years ago)
- Last Synced: 2025-03-21T20:17:15.124Z (over 1 year ago)
- Topics: expressjs, logs, nodejs, socket-io, watcher
- Language: CSS
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).


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