Gin is a very bad software library

This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).

Gin is criticized as an overly complex Go web framework with massive bloat compared to the standard library. The framework requires over 1 million lines of code and 55MB of dependencies to accomplish what net/http does in 25,000 lines. Its API design violates Unix philosophy with enormous interfaces (gin.Context has 100+

19m read timeFrom eblog.fly.dev
Post cover image
Table of contents
1. Prelude - The software equivalent of Athlete’s FootTable of Contents2. Comparison of Basic Servers in net/http and gin3. HTTP is not that complicated: a brief review4. “minimal” interfaces5. Choosing Gin: Human beings are bad at making judgements (especially about things they consider boring)6. Gin is too big: Code & Binary Bloat7. Gin’s API has the surface area of an industrial heat sink and sucks nearly as much8. Gin’s documentation is very bad9. The Spider’s Web10. Conclusion and Advice on Software Dependencies
8 Comments

Sort: