Explore >> Select a destination


You are here

bartlomiejmika.com
| | gist.github.com
2.8 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | danielmangum.com
2.6 parsecs away

Travel
| | This guide will teach you how to run the Kong API gateway locally as a proxy server for a Golang API using Docker. The Go API Link to heading The Golang standard library has a very simple http library that makes it very easy to spin up a web server. For now, we will build the simplest implementation of a web server. Start by creating a new directory in your go/src/.
| | github.com
2.1 parsecs away

Travel
| | Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with ?? - gorilla/mux
| | www.alexedwards.net
22.8 parsecs away

Travel
| [AI summary] The article demonstrates various Go web application techniques including HTTP response handling, templating, and file serving with examples and code snippets.