Jump to Content

Andrew M McCall

HTTP

Go Net Listener Http Server Example

We explore the net package, spin up a net.Listener, accept requests, and respond with html

Custom Golang Http Router With Middleware

Go standard library, as well as many others have already solved implementing a robust, production grade http server. So why bother writing one? This post will hopefully yield some insight of why it is important to revisit established technology.