Skip to content

Commit

Permalink
Updated README to be explicit about Chi, Gin, Fiber and Echo missing …
Browse files Browse the repository at this point in the history
…OpenAPI features, fixes #46
  • Loading branch information
EwenQuim committed Feb 26, 2024
1 parent 9470771 commit 18b8bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Also empowers `html/template`, `a-h/templ` and `maragudk/gomponents`: see [the e

## Why Fuego?

Chi, Gin, Fiber and Echo are great frameworks. But since they were designed a long time ago, they do not enjoy the possibilities that modern Go provides. Fuego offers a lot of features that make it easy to develop APIs and web applications.
Chi, Gin, Fiber and Echo are great frameworks. But since they were designed a long time ago, [their current API does not allow them](https://github.com/gin-gonic/gin/issues/155) to deduce OpenAPI types from signatures, things that are now possible with generics. Fuego offers a lot of "modern Go based" features that make it easy to develop APIs and web applications.

## Features

Expand Down

0 comments on commit 18b8bc0

Please sign in to comment.