About 197,000 results
Open links in new tab
  1. REST vs gRPC: when should I choose one over the other?

    Aug 11, 2017 · I see more and more software organizations using gRPC in their service-oriented architectures, but people are also still using REST. In what use cases does it make sense to …

  2. How is GRPC different from REST? - Stack Overflow

    Apr 28, 2017 · More importantly, how is this different from REST that implements an API for the service-layer (the class in the client that has methods that make a http request)?

  3. Is gRPC(HTTP/2) faster than REST with HTTP/2? - Stack Overflow

    Jul 3, 2017 · Question No. 1: If I use REST with HTTP/2, I am sure, I will get a significant performance improvement when compared to REST with HTTP/1.1, but how does this …

  4. rest - What is the difference between grpc and websocket? Which …

    Oct 12, 2022 · I want to develop a client-server application in a bi-directional streaming manner. what is more suitable technology for this, grpc or websocket?

  5. rest - Why is gRPC so much slower than an HTTP API sending an …

    Nov 8, 2021 · There are REST and gRPC client & server files. The main goal is to prove that gRPC is faster than an HTTP call because the use of HTTP/2, the use of protocol buffers that …

  6. rest - Protocol Buffer vs Json - when to choose one over the other ...

    Oct 25, 2024 · Can anyone explain when to use protocol buffer instead of JSON (and vice versa) for a microservices architecture? Both for synchronous and asynchronous communication.

  7. GRPC migration: Supporting both grpc and rest in spring boot?

    For new customers, as well as well from a long term objective, we would like to support grpc. I would like to understand if it's a good idea to support both grpc and restful endpoints in the …

  8. gRPC communication having WORSE performance than REST?

    Feb 29, 2024 · I've recently started working gRPC, and always heard about it being much faster than REST. So I created I created a benchmark project, because I wanted to know how much …

  9. Running REST API and gRPC simultanously using ASP.NET Core

    Feb 24, 2023 · I am trying to run a gRPC server and client using ASP.NET Core 6 side-by-side REST API on a specific port like 5000. I mean, I want to use localhost:5000, but after checking …

  10. network programming - protobuf vs gRPC - Stack Overflow

    It uses Protobuf to serialize data and RPC to let different services talk to each other across networks seamlessly.According to its official documentation, we can also use gRPC with …