Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaryanporwal/log-mon
https://github.com/aaryanporwal/log-mon
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaryanporwal/log-mon
- Owner: aaryanporwal
- Created: 2022-05-04T11:02:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T11:17:40.000Z (over 2 years ago)
- Last Synced: 2024-10-12T08:10:59.329Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tail -f in Node
Put your logs in log.txt
## Instructions
1. First run `npm install` to install project dependencies.
2. Then run `node server.js` to start the server.
3. Finally go to http://localhost:3000 which connects to the websocket server and prints the last 10 lines of the log file in real time.