Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aelse/reverse_proxy_talk

Code examples relating to a talk I gave at GoperConAu 2024
https://github.com/aelse/reverse_proxy_talk

Last synced: 2 days ago
JSON representation

Code examples relating to a talk I gave at GoperConAu 2024

Awesome Lists containing this project

README

        

# code examples from my reverse proxy talk

You can run these examples to toy with go's ReverseProxy.

Run the server in one terminal:

```sh
go run ./examples/server
```

Then run one of the other examples another terminal:

```sh
go run ./examples/dynamic_target
```