DEV Community

Cover image for 4 API Types in gRPC
Techtter
Techtter

Posted on

4 API Types in gRPC

gRPC framework enables to define 4 different kinds of APIs, where RESTful framework doesn't provide these capabilities.

  • Unary API
  • Server Streaming API
  • Client Streaming API
  • Bi-directional Streaming API To know more about these APIs, watch the video: https://lnkd.in/eGF72sW

grpc #protocolbuffers #techtter #api

Top comments (0)