Skip to content

🌰🌰使用Go语言官方提供的proxy包,对请求经行代理转发。🚩目前计划支持的协议有 http,https,tcp,grpc。🚩实现代理转发的同时,通过中间件,实现请求数据量,流量的统计,限流,负载均衡。🚩在此基础上进一步拓展为租户模式,用户可以购买一定的流量实现代理服务器的租用功能🥽。

Notifications You must be signed in to change notification settings

somethingpluto/go-gateway

Repository files navigation

Go网关Go_Gateway开发日记

前言

日记

✨✨基础知识预备✨✨

​ 🍕 [1.TCP服务解析](https://www.yuque.com/docs/share/07b06bd4-7a24-4651-837b-1db9de81f076?# 《01.TCP服务解析》)

​ 🍔 [2.正向代理](https://www.yuque.com/docs/share/47b51392-923d-439e-a11e-105c95c774c0?# 《02.正向代理》)

​ 🍟 [3.反向代理](https://www.yuque.com/docs/share/79dacfdf-1d22-4d1a-93cd-2bee9fad5832?# 《03.反向代理》)

​ 🍿 [4.ReverseProxy使用](https://www.yuque.com/docs/share/feb01a88-39d2-45eb-9cda-0e5fa869ef8c?# 《04.ReverseProxy使用——修改response》)

​ 🧂 [5.负载均衡—随机负载均衡](https://www.yuque.com/docs/share/b548632f-414c-4b69-85ea-d860f8f9b38b?# 《05.负载均衡—随机负载均衡》)

​ 🥓 [6.负载均衡—轮询负载均衡](https://www.yuque.com/docs/share/128a9f35-1ff5-456a-b8fc-2a162039a314?# 《06.负载均衡—轮询负载均衡》)

About

🌰🌰使用Go语言官方提供的proxy包,对请求经行代理转发。🚩目前计划支持的协议有 http,https,tcp,grpc。🚩实现代理转发的同时,通过中间件,实现请求数据量,流量的统计,限流,负载均衡。🚩在此基础上进一步拓展为租户模式,用户可以购买一定的流量实现代理服务器的租用功能🥽。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages