Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/95gabor/hono-nest-esbuild-example
node.js backend running on nestjs framework with hono adapter built with esbuild
https://github.com/95gabor/hono-nest-esbuild-example
esbuild hono lambda nest nodejs serverless typescript
Last synced: 16 days ago
JSON representation
node.js backend running on nestjs framework with hono adapter built with esbuild
- Host: GitHub
- URL: https://github.com/95gabor/hono-nest-esbuild-example
- Owner: 95gabor
- Created: 2024-11-07T09:59:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T10:31:58.000Z (2 months ago)
- Last Synced: 2024-11-07T11:24:43.438Z (2 months ago)
- Topics: esbuild, hono, lambda, nest, nodejs, serverless, typescript
- Language: TypeScript
- Homepage: https://replit.com/@95gabor/hono-nest-esbuild-example
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platform Hono sample
## Tools
- [nestjs](https://nestjs.com/)
- [Hono](https://hono.dev/)
- [@kiyasov/platform-hono (nestjs hono adapter)](https://github.com/kiyasov/platform-hono)
- [esbuild](https://esbuild.github.io/)## Server usage
```bash
npm install
npm run build
npm start
```## Serverless usage
```bash
npm install
npm run build:lambda
npm run test:lambda
```