|
You are here |
gist.github.com | ||
| | | | |
mfbmina.dev
|
|
| | | | | Nowadays, a huge part of a developer's work consists in calling APIs, sometimes to integrate with a team within the company, sometimes to build an integration with a supplier. The other big role in daily work is to write tests. Tests ensure (or should guarantee :D) that all the code written by us works on how it is expected and, therefore, it will not happen any surprises when the feature is running at production environment. | |
| | | | |
www.integralist.co.uk
|
|
| | | | | Introduction Example Python Origin Code Example Golang Proxy Code Demonstration Explanation NGINX-Lite (not-really) Conclusion Introduction I was struggling to find a good (or just simple) reverse proxy solution written in Go, so I decided to take what I had learnt from a work colleague of mine and put together a simple example for others to build upon if they needed a quick reference point. In this example I have an origin server written in Python (for no other reason than to have a clearer distinction ... | |
| | | | |
github.com
|
|
| | | | | Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with ?? - gorilla/mux | |
| | | | |
ewintr.nl
|
|
| | | |||