Danet
Danet copied to clipboard
The most mature backend framework for Deno. Create awesome HTTP and WebSocket server as well as KVQueue workers !
# - **deno.land** - [std](https://github.com/denoland/deno_std) × `0.223.0` → `🤞 0.224.0` - [hono](https://github.com/honojs/hono) × `v4.2.6` → `v4.3.11` # **updater v0.22.0** × This pull request modifies 13 imports in 3 files.
1. I tried to install using `deno install --allow-read --allow-write --allow-run --allow-env -n danet https://deno.land/x/danet_cli/main.ts` 2. OS error: 
danet bundle command is build on top of deno bundle, in the recent version of deno this command is depricated as mention there https://deno.land/[email protected]/tools/bundler
Error while trying to start example danet project. Not sure what this is about or how to fix it... ``` nake89@pc ~/projects/my-danet-project deno task launch-server Task launch-server deno...
**Is your feature request related to a problem? Please describe.** The error thrown when the injectable fails to resolve doesn't have helpful information. **Describe the solution you'd like** Provide some...
Currently Danet uses Hono as their backend Server, NestJS which is what Danet takes inspiration from gives you the choice to swap between fastify or express Danet should have the...
**Describe the bug** When creating a new project using the `danet` CLI and selecting "in-memory" as the database provider, the generated `DatabaseModule` still references `PostgresService`, which does not exist in...
**Is your feature request related to a problem? Please describe.** I'm learning NestJS. I happened to see Danet when reading up on NestJS compatibility in Deno. But, given that [NestJS...
**Ground:** It is important to have `rate-limiting` built-in the framework as it serves the utility of business and security point of view of an application. A business needs to manage...
I just took a quick overview and I noticed that many important features are still missing compared to NestJs, such as TypeORM and RabbitMQ