From 578852651824e55c66d701849f9973dc6fca44b1 Mon Sep 17 00:00:00 2001 From: dk <2597375+Thesephi@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:31:54 +0200 Subject: [PATCH] Add oak-routing-ctrl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adef0b3..a46b4fa 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ This list is a collection of the best Deno modules and resources. - [hono](https://github.com/honojs/hono) - Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast. - [oak](https://github.com/oakserver/oak) - A middleware framework for Deno's net server. - [oak-http-proxy](https://github.com/asos-craigmorten/oak-http-proxy) - Proxy middleware for Deno Oak HTTP servers. + - [oak-routing-ctrl](https://github.com/Thesephi/oak-routing-ctrl) - TypeScript Decorators for easy scaffolding API services with the oak framework. - [opine](https://github.com/asos-craigmorten/opine) - Fast, minimalist web framework ported from ExpressJS. - [opine-http-proxy](https://github.com/asos-craigmorten/opine-http-proxy) - Proxy middleware for Deno Opine HTTP servers. - [wren](https://github.com/zaiste/wren) - A small, but powerful HTTP library with a functional spin for creating composable web apps, built for convenience and simplicity