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

https://github.com/bmviniciuss/tcc

Graduation project that compares the use of gRPC over REST APIs in microsservices
https://github.com/bmviniciuss/tcc

golang grpc rest

Last synced: 25 days ago
JSON representation

Graduation project that compares the use of gRPC over REST APIs in microsservices

Awesome Lists containing this project

README

          

# API Gateway

## Generating Cards microsservice pb files
```
protoc --proto_path=proto --go_out=card/src/grpc/pb --go_opt=paths=source_relative --go-grpc_out=./card/src/grpc/pb --go-grpc_opt=paths=source_relative cards.proto
```