From a9564734122088c8b5d6a2345ab1389a8fa81c9d Mon Sep 17 00:00:00 2001 From: Rustam Date: Wed, 28 Feb 2024 15:46:13 +0300 Subject: [PATCH] add again Alosaur (#381) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f747546..de0afea 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ This list is a collection of the best Deno modules and resources. ### Web framework - [aqua](https://github.com/l2ig/aqua) - A minimal and fast web framework for Deno. +- [alosaur](https://github.com/alosaur/alosaur) - Alosaur - Deno web framework with many ES Decorators. - [danet](https://github.com/Savory/Danet) - A Savory web framework for Deno heavily inspired by [Nest.js](https://nestjs.com). - [drash](https://github.com/drashland/deno-drash) - A REST microframework for Deno's HTTP server with zero dependencies. - [faster](https://github.com/hviana/faster) - A fast and optimized middleware server with a set of useful middlwares.