Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m0zgen/lotos

⚙️ Realtime log reader with WebSocket re-translation
https://github.com/m0zgen/lotos

Last synced: 20 days ago
JSON representation

⚙️ Realtime log reader with WebSocket re-translation

Awesome Lists containing this project

README

        

# LoToS

Log to WebSocket realtime log reader with WebSocket re-translation.

### Configuration

```yaml
port: 3001
logFilePath: /path/to/log/file.log
showLogs: true
```

* `port` - Port to run the server on.
* `logFilePath` - Path to the log file to read.
* `showLogs` - Show logs in the realtime console.

## Building

```bash
go build
```

## Running

```bash
./lotos config.yml
```