Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 320 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 320 Bytes

FayGateway 反向代理网关

支持HTTP、TCP、GRPC的反向代理与负载均衡

部署方式

加载依赖

go mod tidy

启动控制面服务

go run main.go -conf ./conf/dev/ -endpoint dashboard

启动代理服务器服务

go run main.go -conf ./conf/dev/ -endpoint server