I replaced nginx with a reverse proxy I wrote in Go

I was learning Go and needed a project that wasn't a todo app or a REST API.

I was already running nginx on my VPS to proxy my site. So I thought: what if I just... wrote that myself?

Spoiler: it's now running in production at niixlabs.com.

Why nginx gets annoying