Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/95gabor/deno-hono-nest-example

deno backend running on nestjs framework with hono adapter
https://github.com/95gabor/deno-hono-nest-example

Last synced: about 2 months ago
JSON representation

deno backend running on nestjs framework with hono adapter

Awesome Lists containing this project

README

        

# Deno nestjs Hono sample

## Tools

- [nestjs](https://nestjs.com/)
- [Hono](https://hono.dev/)
- [@uki00a/nestjs-platform-hono (nestjs hono adapter)](https://github.com/uki00a/nestjs-platform-deno)

## Server usage

```bash
deno install
deno task start # or compile
```