KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
go-upstream
★ 8
Open GitHub ↗
GO代理转发服务中间件
Download README (.md)
Explore Similar Repositories
bebop_vel_ctrl
:
Velocity controller for Parrot Bebop Drone (ROS package)
FastFit
:
A fast vertex fitter based on the eigen library and the kalman filter
PagerSlidingTabStrip
:
带箭头指示选中位置,底部箭头跟随滑动
encode
:
C++ cross-platform MP3 encoder utilising Lame library
CMB2-Theme-Options-Panel
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
go-upstream
?
Download (.md)
##go-upstream 服务代理中间件,支持后端服务集群配置,根据HASH配置选择后端机器进行代理。 ##安装方法 ``` go get github.com/fbbin/go-upstream ``` ##Examples ``` bind: 0.0.0.0:9800 wait_queue_len: 100 max_conn: 50 timeout: 5 failover: 3 stats: 0.0.0.0:8090 backend: - 192.168.163.184:20001 - 192.168.163.184:20001 - 192.168.163.184:20001 log: level: "info" path: "./logs/proxy.log" ```