Skip to content

A gRPC dynamic gateway that similar to grpc-gateway, but does not require generate code.

License

Notifications You must be signed in to change notification settings

wencan/grpc-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

grpc-portal

A gRPC dynamic gateway that similar to grpc-gateway, but does not require generate code.

planning

  • Automatically discovery upstream services.
  • Automatically forward request/response based on HTTP URL prefix or gRPC service name.
  • Automatically conversion from restful request/response to gRPC request/response based on proto annotation. annotations is obtained by gRPC reflection.
  • Implement dynamic gRPC reflection.

About

A gRPC dynamic gateway that similar to grpc-gateway, but does not require generate code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published