About 815,000 results
Open links in new tab
  1. Introduction to gRPC with Spring Boot - Baeldung

    Jan 26, 2024 · gRPC is a high-performance, open-source RPC framework initially developed by Google. It helps to eliminate boilerplate code and connect polyglot services in and across data centers. The API is based on Protocol Buffers, which provides a protoc compiler to generate code for different supported languages.

  2. Spring Boot + gRPC Hello World Example - JavaInUse

    In this tutorial, we will explore the implementation of a Spring Boot + gRPC example. Our focus will be on creating a gRPC Server that exposes an endpoint called GetBook. By utilizing the gRPC Client, we will consume this GetBook endpoint.

  3. Getting Started :: Spring gRPC Reference

    This section offers jumping off points for how to get started using Spring gRPC. There is a simple sample project in the samples directory (e.g. grpc-server). You can run it with mvn spring-boot:run or gradle bootRun. You will see the following code in that sample. Want to get started? Let’s speedrun a working service.

  4. Introduction to gRPC with Spring Boot - GeeksforGeeks

    Sep 20, 2024 · gRPC is defined as Google Remote Procedure Call. It is an open-source, high-performance RPC (Remote Procedure Call) framework designed by Google. It allows client applications to directly call methods on server applications as if they were local.

  5. Implementing gRPC in Spring Boot: A Detailed Guide with Code Examples

    Jan 5, 2025 · In this guide, I will show you how to integrate gRPC into a Spring Boot application, covering all necessary steps including service definition, server-side and client-side code, and practical...

  6. gRPC Part 2: Building a Simple gRPC Client and Server with Spring Boot ...

    Jan 29, 2025 · In this article, we’ll walk through building a simple gRPC client and server application using Spring Boot 3. By the end, you’ll have a working example of a gRPC service that allows a client to...

  7. SpringBoot+RabbitMQ for RPC calls - Spring Cloud

    Jan 15, 2022 · Today I’ll share with you a simple case of how to implement a simple RPC call with Spring Boot+RabbitMQ. Some readers may have misunderstandings about RabbitMQ’s implementation of RPC calls and think that it is too simple.

  8. Building High-Performance RPC Services with gRPC and Spring Boot - Java ...

    Mar 5, 2025 · In this article, we’ll explore how to integrate gRPC with Spring Boot, compare gRPC with REST and WebSockets, and provide resources to help you get started. 1. What is gRPC? gRPC is a modern, open-source RPC framework developed by Google.

  9. Get Started with gRPC in Spring | Medium

    Sep 25, 2023 · Incorporating gRPC into your Spring Boot project begins with setting up your development environment. Proper setup allows for an efficient development process, enabling you to access all the...

  10. Java gRPC with Spring-Boot - Medium

    Mar 6, 2021 · Let’s develop a simple example of a gRPC API using Spring Boot. We have two applications: Client. The client is an API where you can get a address (only the city) by a CEP (Postal Address...

  11. Some results have been removed
Refresh