jiawei397 / deno-oak-nest

Refer to nestjs to realize some common functions for Deno, support hono and oak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deno_nest

deno version Deno codecov

Rely on oak@v12.6.1 and hono@v4.1.0 to simulate some annotation functions of NestJS which is a great frame for Node.js.

You can change the oak or Hono version if need, but the safest use is to use the version recommended by Nest, as it has undergone thorough unit testing.

The previous framework name was oak_nest, now renamed deno_nest.

It is recommended to use Hono as the underlying layer because its performance is better.

Usage & Guide

To view our documentation, please visit official site.

TODO

  • support Guard
  • support Interceptor
  • support ExceptionFilter
  • unit test self
  • provide API to help unit
  • support oak
  • support hono
  • static assets
  • support lifecycle
  • Nest CLI
  • unit Hono and Oak self
  • alias
  • Nest Doc, doing now

You can see more in the example dirs.

About

Refer to nestjs to realize some common functions for Deno, support hono and oak

License:MIT License


Languages

Language:TypeScript 99.5%Language:HTML 0.4%Language:Dockerfile 0.1%Language:JavaScript 0.1%Language:EJS 0.0%Language:Handlebars 0.0%