Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aelse/reverse_proxy_talk
- Owner: aelse
- License: bsd-2-clause
- Created: 2024-11-07T12:07:35.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:18:04.000Z (8 days ago)
- Last Synced: 2024-11-07T13:22:51.523Z (8 days ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```