GRPC is a high performance, open source, general RPC framework based on HTTP/2.
GRPC is a high performance, open source, general RPC framework based on HTTP/2.
Customer Reviews
User in Computer Software
Advanced user of GRPCThe binary protocol allows you to define apis that have a high amount of data load in a performant way. It is possible to integrate it with most of the modern lprogramming languages
It still doesn't support dynamic proto definition parsing in languages different than c, and that's a really useful feature. It can also be a bit hard to deeply understand because of it's internal complexity
High data voulme apis like an ingestion service for a big data pipeline, it is way more performant than rest services for this purpose