Golden is Web-base version Fido message reader

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
Golden Point provides:
directions, including poll and mail pickup, as well as transferof any binary or ASCII files
You may read more documentation on https://github.com/vit1251/golden/tree/master/docs
You may download binary builds
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.
On Linux system with x86_64 architecture:
# ./scripts/make-build-linux-gnu.sh# ./golden-linux-amd64 -P 8080 --debug
That’s all.