Skip to content

Commit b082039

Browse files
authored
Remove unmaintained Web Frameworks (#380)
1 parent f19aaef commit b082039

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,23 +265,15 @@ This list is a collection of the best Deno modules and resources.
265265
- [Fast Forward](https://github.com/c4spar/deno-fast-forward) - An easy to use ffmpeg module for Deno. 🦕
266266

267267
### Web framework
268-
- [abc](https://github.com/zhmushan/abc) - A better Deno framework to create web application.
269-
- [alosaur](https://github.com/alosaur/alosaur) - Alosaur - Deno web framework with many decorators.
270-
- [attain](https://github.com/aaronwlee/Attain) - A middleware web framework for Deno which is using http standard library inspired by express and Oak. Fast and stable with proper memory usage.
271268
- [aqua](https://github.com/l2ig/aqua) - A minimal and fast web framework for Deno.
272-
- [cheetah](https://github.com/azurystudio/cheetah) - 🐈 A blazing fast framework for the modern web.
273269
- [danet](https://github.com/Savory/Danet) - A Savory web framework for Deno heavily inspired by [Nest.js](https://nestjs.com).
274-
- [deno-express](https://github.com/NMathar/deno-express) - Node Express ported to Deno.
275-
- [dinatra](https://github.com/syumai/dinatra) - Sinatra like light weight web app framework for deno.
276270
- [drash](https://github.com/drashland/deno-drash) - A REST microframework for Deno's HTTP server with zero dependencies.
277-
- [fast](https://github.com/danteissaias/fast) - Small web framework with near-native performance.
278271
- [faster](https://github.com/hviana/faster) - A fast and optimized middleware server with a set of useful middlwares.
279272
- [hono](https://github.com/honojs/hono) - Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
280273
- [oak](https://github.com/oakserver/oak) - A middleware framework for Deno's net server.
281274
- [oak-http-proxy](https://github.com/asos-craigmorten/oak-http-proxy) - Proxy middleware for Deno Oak HTTP servers.
282275
- [opine](https://github.com/asos-craigmorten/opine) - Fast, minimalist web framework ported from ExpressJS.
283276
- [opine-http-proxy](https://github.com/asos-craigmorten/opine-http-proxy) - Proxy middleware for Deno Opine HTTP servers.
284-
- [pogo](https://github.com/sholladay/pogo) - Server framework for Deno.
285277
- [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
286278

287279
### WebSocket

0 commit comments

Comments
 (0)