Explore >> Select a destination


You are here

machiel.me
| | www.integralist.co.uk
3.3 parsecs away

Travel
| | 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 ...
| | infinitedigits.co
4.0 parsecs away

Travel
| | A simple pattern to get started using websockets with Go.
| | github.com
3.6 parsecs away

Travel
| | lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway. - awslabs/aws-lambda-go-api-proxy
| | aarol.dev
26.6 parsecs away

Travel
| Anyone who has implemented a simple HTTP 1.1 server can tell you that it is a really simple protocol. Basically, it's a text file that has some specific ...