https://github.com/breuner/proxperfect
A fan-out reverse proxy for HTTP (including S3)
https://github.com/breuner/proxperfect
golang http load-balancer proxy-server s3
Last synced: 4 months ago
JSON representation
A fan-out reverse proxy for HTTP (including S3)
- Host: GitHub
- URL: https://github.com/breuner/proxperfect
- Owner: breuner
- License: gpl-3.0
- Created: 2022-06-26T20:21:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T21:51:09.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T18:53:01.232Z (almost 2 years ago)
- Topics: golang, http, load-balancer, proxy-server, s3
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# proxperfect

**A fan-out reverse proxy for HTTP (including S3)**
proxperfect proxides a single endpoint for HTTP clients to connect to and forwards incoming requests to a given set of servers in a round-robin fashion. This is a way to balance load across multiple servers for applications that have no native support for multiple endpoints and for cases in which DNS-based load balancing is not feasible.
## Usage
The built-in help (`proxperfect --help`) provides simple examples to get started.
You can get proxperfect pre-built for Linux from the [Releases section](https://github.com/breuner/proxperfect/releases) and from [Docker Hub](https://hub.docker.com/r/breuner/proxperfect).
### Questions & Comments
In case of questions, comments, if something is missing to make proxperfect more useful or if you would just like to share your thoughts, feel free to contact me: sven.breuner[at]gmail.com