Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 465 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.3.11</version>
  <type>pom</type>
</dependency>

Gradle:

compile 'grpcbridge:grpcbridge:1.3.11'

The library requires Java 8.

Older versions

Older versions of the library are available on the v1.X.X branch.