Use gRPC between frontend and APIs #29
Labels
api
Related to the system's APIs
good first issue
Good for newcomers
gRPC
Everything related to gRPC
performance
Everything relating to performance improvement or issue
The frontend service currently uses HTTP to communicate with the APIs
users
andarticles
, however they both implement gRPC endpoints.One of the issue in the required design to fix this issue is the sharing of the protobuf files. They could either be duplicated, put in a separated go module that we import, or separated git module.
The text was updated successfully, but these errors were encountered: