Simple Go gRPC microservice that does math.
Simple Go gRPC microservice that does math.
gomather is an example gRPC microservice written in Go. It does math operations.
Prebuilt binaries are available on the releases page.
A Go package is available.
A Docker image is available on Docker Hub.
A Helm chart is available in @pojntfx’s Helm chart repository.
% gomather
Simple Go gRPC microservice that does math.
Usage:
gomather [command]
Available Commands:
help Help about any command
start Starts the server
Flags:
-h, --help help for gomather
--version version for gomather
Use "gomather [command] --help" for more information about a command.
gomather (c) 2020 Felicitas Pojtinger
SPDX-License-Identifier: AGPL-3.0