A tutorial meant to show how you can easily use Go's standard library to create a simple reverse proxy.
Writing a Reverse Proxy in just one line with Go
To Run this locally simply run:
source .env && go install && $GOPATH/bin/reverse-proxy-demo
A tutorial meant to show how you can easily use Go's standard library to create a simple reverse proxy.
Writing a Reverse Proxy in just one line with Go
To Run this locally simply run:
source .env && go install && $GOPATH/bin/reverse-proxy-demo