vit1251 / golden

Golden is Web-base version Fido message reader
MIT License
29 stars 6 forks source link
fido-message-reader fidonet ftn

Golden Point 1.x

Golden Point

Golden Point is a FidoNet (FTN) point package written with in Golang to provide a mailer, tosser and other related utilities.

To work with GoldenPoint after starting you will need to open your browser on address http://127.0.0.1:8080

Project status can be found at https://github.com/vit1251/golden/projects/6

Features

Golden Point provides:

Documentation

You may read more documentation on https://github.com/vit1251/golden/tree/master/docs

Binary builds

You may download binary builds

Install from source code

Prepare build environemnt

To compile Golden Point your system MUST have next product:

* Golang >= 1.16
* Node >= 1.14
* NPM

Golang and Node MAY use network to download dependencies.

Building routine

Common steps are:

# go build ./cmd/golden
# ./golden --debug

That's all.