Let’s build a REST API in Go with zero dependencies!

You already saw me use my “go-rollercoaster-api“, a simple REST API written in Golang, in the curl tutorial. In this video we’re rebuilding the entire HTTP server from Scratch in Go! And to make the challenge more fun I’ve defined some requirements (dictated by the capabilities I needed for the curl video). But that’s not nearly all: During the entire video I’m not using any third-party packages, only the standard libraries that come with Go! This video is not necessarily meant as a tutorial as I won’t go
Back to Top