Skip to content

fireflycore/go-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-proxy

基于 gRPC 的透明代理库,提供:

  • UnknownServiceHandler 透明转发(按 fullMethodName 路由)
  • metadata 透传
  • 白名单代理注册(指定 service/method;替代 UnknownServiceHandler 以限制暴露面)
  • 内置原始 protobuf bytes 转发 codec(无需目标消息类型)

安装

go get github.com/fireflycore/go-proxy

目录

  • grpc:gRPC 透明代理实现

About

A minimalist go proxy library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages