In the previous article, I’ve compared Bun’s native HTTP server (Bun.serve) with Go’s net/http server. Go turned out slower than Bun. As promised in the previous article, I’m now comparing Bun’s native HTTP server with Go’s server based on the popular fasthttp framework. Let’s find out if fasthttp makes Go…