Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T22:22:14.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T19:20:38.897Z (12 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: 3
- 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)![](https://i.imgur.com/8TmAWVT.png)
## Running
To Run this locally simply run:
```
source .env && go install && $GOPATH/bin/reverse-proxy-demo
```