Introducing G2.ai, the future of software buying.Try now
Product Avatar Image

GRPC

Show rating breakdown
23 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.3
Serving customers since
2015

All Products & Services

Profile Filters

Profile Name

Star Rating

14
7
2
0
0

GRPC Reviews

Review Filters
Profile Name
Star Rating
14
7
2
0
0
RA
r a.
10/02/2023
Validated Reviewer
Review source: Organic

is good

language independent, converssion to prototype is easy
Austin B.
AB
Austin B.
05/15/2023
Validated Reviewer
Review source: G2 invite
Incentivized Review

gRPC - the best APIs - and works great with protobuf

* APIs with types * Streaming APIs * Tight integration with protobuf These are all great reasons to be a big fan of gRPC!
Saurabh kr. G.
SG
Saurabh kr. G.
Senior Software Engineer at GlobalLogic | Java | Spring Boot | 1 x AWS Certified | Azure Devops
12/01/2022
Validated Reviewer
Review source: G2 invite
Incentivized Review

Communication is much faster as compared to the http request

It's way to directly used from the compiled Java files generated by the proto files and using them as stub in different microservices. It is much better than the competitors as it is 6-7 times faster in processing the request and returning the response. There are lot of extra efforts for transformation of request and response

About

Contact

HQ Location:
Tbilisi, TBILISI

Social

@grpcio

What is GRPC?

gRPC is an open-source remote procedure call (RPC) framework initially developed by Google. It facilitates communication between distributed applications and services with high performance and speed. gRPC uses HTTP/2 as its transport protocol, enabling features like bidirectional streaming, flow control, header compression, and multiplexing requests over a single TCP connection. It supports multiple languages, making it suitable for polyglot environments. The framework leverages Protocol Buffers (ProtoBuf) as its interface definition language to define service methods and message formats in a language-neutral way. This allows developers to build, scale, and manage microservices with streamlined communication and improved efficiency.

Details

Year Founded
2015
Website
grpc.io