v1.0.0
Simple and lightweight middleware web framework for Deno
Repository
Current version released
2 years ago
Versions
Komodo Server
Simple and lightweight middleware web framework for Deno. The framework design is inspired by already existing framework which is Oak and Koa.js. While Koa is NodeJS only and Oak support both Deno and NodeJS, Komodo is supposed to only work for Deno since every API in Komodo is actually Deno reserved API for example Request, URL, URLPattern, etc.