ynishi / web-and-grpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-and-grpc

  • web app using grpc backend
  • under network that it is can be able to use grpc protocol directory.
  • ie. internal system.

why grpc

grpc might be heavy to make internal system, but there are benefits to accept complexity.

  • internal systems are live long time, similer to company rather than each services.
  • internal systems use many commonly layer like auth, reporting, and so on.
  • there are case to change data structure is difficult, grpc is useful because it is suppose to maintain data longtime.

frameworks

frontend

backend

About

License:Apache License 2.0