Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/95gabor/deno-hono-nest-example
- Owner: 95gabor
- Created: 2024-11-08T10:39:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T14:33:24.000Z (about 2 months ago)
- Last Synced: 2024-11-18T15:47:35.849Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```