lingling2012 / reverse-proxy-demo

🛰A demo of how you can easily create a conditional reverse proxy in GO

Home Page:https://medium.com/@bnchrch/writing-a-reverse-proxy-in-just-one-line-with-go-c1edfa78c84b

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🛰A demo of how you can easily create a conditional reverse proxy in GO

https://medium.com/@bnchrch/writing-a-reverse-proxy-in-just-one-line-with-go-c1edfa78c84b


Languages

Language:Go 100.0%