https://github.com/bnchrch/reverse-proxy-demo
🛰A demo of how you can easily create a conditional reverse proxy in GO
https://github.com/bnchrch/reverse-proxy-demo
go golang reverse-proxy tutorial
Last synced: 12 days ago
JSON representation
🛰A demo of how you can easily create a conditional reverse proxy in GO
- Host: GitHub
- URL: https://github.com/bnchrch/reverse-proxy-demo
- Owner: bnchrch
- Created: 2018-07-06T17:59:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T22:22:14.000Z (about 3 years ago)
- Last Synced: 2025-03-26T20:06:50.732Z (20 days ago)
- Topics: go, golang, reverse-proxy, tutorial
- Language: Go
- Homepage: https://medium.com/@bnchrch/writing-a-reverse-proxy-in-just-one-line-with-go-c1edfa78c84b
- Size: 2.08 MB
- Stars: 208
- Watchers: 2
- Forks: 68
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **100**星
README
# Reverse Proxy Demo in Go
A tutorial meant to show how you can easily use Go's standard library to create a simple reverse proxy.## Tutorial
[Writing a Reverse Proxy in just one line with Go](https://medium.com/@bnchrch/writing-a-reverse-proxy-in-just-one-line-with-go-c1edfa78c84b)
## Running
To Run this locally simply run:
```
source .env && go install && $GOPATH/bin/reverse-proxy-demo
```