Skip to content

phamthainb/stream-log

Repository files navigation

Steaming file content to web browser - Handle for stream && monitor log

Features

  • Multiple file - Select option to file want stream
  • Tail -F
  • [-] Vim for advance searching && tracking log: full file read
  • [-] UI friendly like: auto scroll, hightline new line appear, filter (like grep)
  • [-] Performance fine
  • [-] Authorization

Start dev

  • npm i
  • start seed log job: cd /seed-log && chmod+x ./seed-log.sh && ./seed-log.sh
  • npm start
  • open http://localhost:3300