Skip to content

HTTP RESTful API to gRPC bridge. HTTP framework agnostic.

License

Notifications You must be signed in to change notification settings

kpears201/grpcbridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HTTP RESTful API to gRPC bridge. HTTP framework agnostic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%