gomather
Simple Go gRPC microservice that does math.
Overview
gomather is an example gRPC microservice written in Go. It does math operations.
Installation
Prebuilt Binaries
Prebuilt binaries are available on the releases page.
Go Package
A Go package is available.
Docker Image
A Docker image is available on Docker Hub.
Helm Chart
A Helm chart is available in @pojntfx’s Helm chart repository.
Usage
% 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.
License
gomather (c) 2020 Felicitas Pojtinger
SPDX-License-Identifier: AGPL-3.0