Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deepthawtz/percrpc

stupid percentage calculation gRPC service (for example purposes only)
https://github.com/deepthawtz/percrpc

Last synced: about 1 month ago
JSON representation

stupid percentage calculation gRPC service (for example purposes only)

Awesome Lists containing this project

README

        

example gRPC server/client
==========================

super dumb percentage calculation service client/server service implemented w/ gRPC

### Run it

`go run server/main.go`

and in separate window/tab

`go run client/main.go -o DIVIDEND -n DIVISOR`

### Protocol Buffers

See [proto definition](percentage/percentage.proto)