From 77829e09e9d5530fe600ecc7aa9e2a179041d672 Mon Sep 17 00:00:00 2001 From: Ewen Quimerc'h <46993939+EwenQuim@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:50:48 +0100 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 2f9ceeaa..a3f93c0e 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,34 @@ curl http://localhost:8088 -X POST -d '{"name": "Fuego"}' -H 'Content-Type: appl +## From net/http to Fuego in 10s + +https://github.com/go-fuego/fuego/assets/46993939/7438a71c-75a4-4e88-a584-71da6362c575 + +
+Views + +#### Before + +image + +#### After + +image + +#### Diff + +image + +#### Benefits of using Fuego views (controllers returning HTML) + +- Never forget to return after an error +- OpenAPI schema generated, listing all the routes +- Deserialization and validation are more easy +- Transition to Fuego is easy and fast + +
+ ## Contributing See the [contributing guide](CONTRIBUTING.md)