Thanks to visit codestin.com
Credit goes to github.com

Skip to content

timlien/java-grpc

Repository files navigation

GPRC in Java

Introduction

This is a simple example of how to use gRPC in Java. The example is a simple client-server application where the client sends a request to the server and the server responds with a message.

Communication Pattern

gRPC supports four types of communication patterns:

Unary

The client sends a single request to the server and gets a single response back.

Server Streaming

The client sends a single request to the server and gets a stream of responses back.

Client Streaming

The client sends a stream of requests to the server and gets a single response back.

Bidirectional Streaming

The client sends a stream of requests to the server and gets a stream of responses back.

About

This is a simple example of how to use GRPC in Java 17.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages