Skip to content

ArcherGodson/web-syslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

web-syslog

You can try to generate websocket for this html like this:

(echo -e 'HTTP/1.1 200 OK\nAccess-Control-Allow-Origin: *\nContent-type: text/event-stream\n' && tail -F /var/log/syslog | sed -u -e 's/^/data: /;s/$/\n/') | nc -l -k -p 8088

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages