Settings

Theme

Show HN: A practical, code-driven guide to learning HTTP frameworks in Go

github.com

2 points by tamnd 2 days ago · 1 comment

Reader

tamndOP 2 days ago

I have been working on go-fw, a small, code-driven guide to learning HTTP frameworks in Go.

Each chapter focuses on one HTTP concept and shows the same runnable example across net/http, Chi, Gin, Echo, Fiber, and Mizu. The key idea is that the README files are the single source of truth. All example code is generated from them and verified to compile and run (some may contain errors, let me build proper CI/CD later).

It is meant as a practical reference and a way to understand where frameworks differ in responsibility and wiring, not just syntax.

Book view here: https://github.com/go-mizu/go-fw/blob/main/BOOK.md

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection