An open API service indexing awesome lists of open source software.

https://github.com/bechurch/reverse-proxy-demo

🛰A demo of how you can easily create a conditional reverse proxy in GO
https://github.com/bechurch/reverse-proxy-demo

go golang reverse-proxy tutorial

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

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
```