Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexhokl/summation-calculator
This is an example of building an gRPC API
https://github.com/alexhokl/summation-calculator
Last synced: 11 days ago
JSON representation
This is an example of building an gRPC API
- Host: GitHub
- URL: https://github.com/alexhokl/summation-calculator
- Owner: alexhokl
- License: mit
- Created: 2024-11-30T07:40:53.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-11-30T08:57:21.000Z (23 days ago)
- Last Synced: 2024-11-30T09:29:08.306Z (23 days ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# summation-calculator
This is an example of building an gRPC API.
See [Taskfile.yml](./Taskfile.yml) for the tasks that can be run.
See [summation.proto](./proto/summation.proto) for the protobuf definitions.