module
0.0.0-20220924115035-a47d0c20df69
Repository: https://github.com/lengzhao/proxy.git
Documentation: pkg.go.dev
# README
proxy
- grpc proxy
- http proxy
grpc proxy
-
examples/grpc_hello
-
examples/grpc_router
- go install github.com/lengzhao/proxy/examples/grpc_router@latest
- add conf.json in dir
{ "route":{ "helloworld.Greeter":"127.0.0.1:50051" } }
- run router: grpc_router
-
examples/http_proxy
- go install github.com/lengzhao/proxy/examples/http_proxy@latest
- run proxy: ./http_proxy
- set http proxy to 127.0.0.1:8081
# Packages
No description provided by the author
No description provided by the author
No description provided by the author