https://github.com/papadanielvi/grpc-go
Blog(CRUD), Greet and Calculator rpc Services with gRPC and ProtoBuf
https://github.com/papadanielvi/grpc-go
blog calculator crud greet grpc grpc-go protobuf rest-api rpc-service
Last synced: about 1 month ago
JSON representation
Blog(CRUD), Greet and Calculator rpc Services with gRPC and ProtoBuf
- Host: GitHub
- URL: https://github.com/papadanielvi/grpc-go
- Owner: PapaDanielVi
- License: unlicense
- Created: 2019-07-05T18:52:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T15:12:52.000Z (about 6 years ago)
- Last Synced: 2026-05-09T21:30:26.193Z (about 2 months ago)
- Topics: blog, calculator, crud, greet, grpc, grpc-go, protobuf, rest-api, rpc-service
- Language: Go
- Homepage:
- Size: 3.84 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gRPC with go
## Implement Unary, Client and Server Streaming, BiDi Streaming with [grpc-go](https://github.com/grpc/grpc-go) for
### Blog(CRUD)
### GREET
### Calculator
## use [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) for serving rest api at the same time