Skip to content

Mukul2000/NodeLogServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node http server

A Node.js HTTP server that allows clients to view log files (which may be terabytes long, and continuously growing) generated by some application(s).

To run

node server.js

Request format

localhost:8000/logs?startDate=date1&startTime=time1&endDate=date2&endTime=time2

All parameters - date1, time1, date2, time2 are strings.
Date format : YYYY-MM-DD
Time format : HH:MM:SS

Example- localhost:8000/logs?startDate=2020-01-01&startTime=00:08:00&endDate=2020-01-02&endTime=00:08:00

About

A http server written purely in Node.js to view very large log files in order of Terabytes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published