Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/deepthawtz/percrpc
- Owner: deepthawtz
- Created: 2017-06-20T19:57:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T19:59:20.000Z (over 7 years ago)
- Last Synced: 2024-10-26T22:50:26.565Z (3 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)