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: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T10:50:06.000Z (over 1 year ago)
- Last Synced: 2024-12-31T04:13:09.022Z (over 1 year ago)
- Topics: esbuild, hono, lambda, nest, nodejs, serverless, typescript
- Language: TypeScript
- Homepage: https://replit.com/@95gabor/hono-nest-esbuild-example
- Size: 188 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
```