Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akagi201/webtail

Realtime tail -f logs on the web
https://github.com/akagi201/webtail

golang logging realtime-tail tail websocket webtail

Last synced: 2 months ago
JSON representation

Realtime tail -f logs on the web

Awesome Lists containing this project

README

        

# WebTail

Realtime tail -f logs on the web

## Features
- [x] Use websocket to receive realtime log.
- [x] Support go-bindata.
- [ ] Support multi-files to display.

## Build

* `./gobin.sh`
* `go build`

## Run

* `./webtail --log=/tmp/xxx.log`