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

https://github.com/hungtcs/monocular

This is a very simple tool for viewing log files on the server in real time on the web page.
https://github.com/hungtcs/monocular

Last synced: 3 months ago
JSON representation

This is a very simple tool for viewing log files on the server in real time on the web page.

Awesome Lists containing this project

README

          

# Monocular

This is a very simple tool for viewing log files on the server in real time on the web page.

## Install

```shell
go install github.com/hungtcs/monocular@latest
```

## Usage

```shell
monocular --listen-address localhost:6576 /path/to/file.log
```