Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 378 Bytes

HTTP to gRPC bridge

Expose your gRPC based API as a set of HTTP RESTful endpoints. HTTP framework agnostic.

Download

Maven:

<dependency>
  <groupId>grpcbridge</groupId>
  <artifactId>grpcbridge</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>

Gradle:

compile 'grpcbridge:grpcbridge:1.0.16'

The library requires Java 8.