04 May 2024

#gRPC

gRPC
gRPC
  • The gRPC framework is based on binary encoding format protocol buffer and implemented on top of HTTP/2.
  • It?s strongly typed, polyglot, and provides both client and server-side streaming.
  • In gRPC, a client application can directly call a method on a distributed server application on a different machine as if it were a local method.
  • Public API: these APIs are consumed by client applications, typically browsers, mobile applications, or other applications. For example : GitHub public APIs.
  • Private API: these APIs are not exposed to the outside world, and it's mainly used for inter-service communication within your application.

No comments:

Post a Comment

Most views on this month