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

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

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