From 4da9c02a8154d205f08c0bbdc85207ee345eb827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor?= Date: Tue, 30 Jan 2024 23:06:43 -0300 Subject: [PATCH] Add comparison links in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88a03d1..ae7e0f5 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Then you can start adding new routes and middlewares. for example, is very simple and intuitive. - **Idiomatic**: It uses latest Go features, such as generics, in order to build a framework that is elegant to code. +Check an example of [`lit.Handler`](https://go.dev/play/p/pbSkMBvwC0w) vs [`http.Handler`](https://go.dev/play/p/XcsDDrrcjyU). + ## Benchmarks The instances below were tested with the specifications: @@ -119,4 +121,4 @@ Feel free to open issues or pull requests! Copyright (c) 2023-2024 -João Victor de Sá Ferraz Coutinho \ No newline at end of file +João Victor de Sá Ferraz Coutinho