Skip to the content.

Examples

The example projects demonstrate how to use the projects.

These projects work as is and could be used as templates for your own projects. We use them to verify that this library works in different environments, and we don’t break anything unnoticed.

Note: If you have questions regarding these sample projects or would like an example for another use case, feel free to open an issue.

Local example

The simplest setup of all, using a local server and one or more clients.

Cloud example

A setup for cloud environments using a eureka service discovery service.

Basic Auth Example

A setup that demonstrates the usage of spring-security with grpc. This setup uses basic auth for simplicity reasons, but other authentication mechanism can be used for this as well.