Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

πŸ›°A demo of how you can easily create a conditional reverse proxy in GO
https://github.com/bnchrch/reverse-proxy-demo

go golang reverse-proxy tutorial

Last synced: 5 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
```