Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 581 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 581 Bytes

Build Status

grpc-java-boilerplate

Proper template with GRPC integration on Maven

  • service-interface contains the GRPC specification file, which is automatically compiled into Java files
  • service-handler contains an implementation of the service interface
  • server starts a simple server on port 9090 backed by the service-handler interface
  • client is a simple Java client that can connect to server