ab666 / grpcbridge

HTTP RESTful API to gRPC bridge. HTTP framework agnostic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.2.20</version>
  <type>pom</type>
</dependency>

Gradle:

compile 'grpcbridge:grpcbridge:1.2.20'

The library requires Java 8.

Older versions

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

About

HTTP RESTful API to gRPC bridge. HTTP framework agnostic.

License:Apache License 2.0


Languages

Language:Java 99.0%Language:Groovy 1.0%