Attributes
Includes Deno configuration
Repository
Current version released
10 months ago
Versions
- v3.15.1Latest
- v3.15.0
- v3.14.2
- v3.14.1
- v3.14.0
- v3.13.1
- v3.13.0
- v3.12.0
- v3.11.0
- v3.10.2
- v3.10.1
- v3.10.0
- v3.9.2
- v3.9.1
- v3.9.0
- v3.8.5
- v3.8.4
- v3.8.3
- v3.8.2
- v3.8.1
- v3.8.0
- v3.7.1
- v3.7.0
- v3.6.2
- v3.6.1
- v3.6.0
- v3.5.2
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.0
- v3.1.10
- v3.1.9
- v3.1.8
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
deno_nest
Rely on oak@v12.6.1 and hono@v3.11.1 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 renameddeno_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.