grpc-go-math

module
v0.0.0-...-768ca8e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2019 License: AGPL-3.0

README

Felix Pojtinger's grpc-go Math Microservice

A simple math GRPC microservice, for the purpose of learning and evaluating Go and grpc-go.

Features

Usage

Binaries are made available on the releases page. Alternatively, run the commands below to install from source:

# Install the proto compilers
go get -u github.com/golang/protobuf/protoc-gen-go
go get -u github.com/fiorix/protoc-gen-cobra
# Compile the from proto
go generate ./...
# Download dependencies
go get ./...
# Build
go build ./...
# Install
go install ./...
# Run
grpc-go-math-server

License

grpc-go Math Microservice (c) 2019 Felix Pojtinger

SPDX-License-Identifier: AGPL-3.0

Directories

Path Synopsis
cmd
lib
svc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL