Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```