Skip to content

stream realtime logs from your server to a web client using sockets

Notifications You must be signed in to change notification settings

informeto/log-trailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Log Trailer

View realtime logs generated in a remote server using socket connections.

Setting up Project

Node.js and npm are essential.

git clone https://github.com/pushpann/log-trailer.git

Install the dependencies:

npm install

Run the server

node app.js

Open the client site on

http://localhost:3000

If you want to test the streamer, you can also use writeLogs script, just mention files you want the writer to add logs to. By default it adds 20 lines to the log file. The files are written under logs/ directory

sh writeLogs.sh one.log two.log three.log

About

stream realtime logs from your server to a web client using sockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published