About 182,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 - 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 …

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

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

  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 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 …

  8. How to communicate with a gRPC API from a Blazor app using …

    Dec 4, 2023 · I can connect to the API and send requests to it, but I'm unable to send real GRPC requests. My question is, how can I make my client projects (a Blazor Web App in this case) …

  9. 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 …

  10. Which option is more suitable for microservice? GRPC or Message …

    Oct 2, 2021 · The client is tightly-coupled (often through load-balancers) with servers that implement the methods. E.g. I (client) call Starbucks (service) and order (method) a coffee. …