Skip to content

Latest commit

History

History
12 lines (10 loc) 路 436 Bytes

README.md

File metadata and controls

12 lines (10 loc) 路 436 Bytes

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

Running

To Run this locally simply run:

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