Reverse Proxy Demo in Go

July 12, 2018 · View on GitHub

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

Running

To Run this locally simply run:

source .env && go install && $GOPATH/bin/reverse-proxy-demo

Contents

  1. 1Tutorial
  2. 2Running