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

https://github.com/jellydn/hono-sst-demo

Hono on Cloudflare with SST
https://github.com/jellydn/hono-sst-demo

cloudflare honojs sst

Last synced: 2 months ago
JSON representation

Hono on Cloudflare with SST

Awesome Lists containing this project

README

          

Welcome to hono-sst-demo 👋



Hono on Cloudflare with SST

## Usage

```sh
bun install
```

## Development

Copy the `.env.example` file to `.env` and fill in the values.

```sh
bun run sst:dev
```

## Deployment

```sh
bun run sst:deploy
```

## Test

```sh
bun test src/index.test.ts
```

## Client

```sh
bun run src/client.ts
```

## Pre-commit

This project uses [pre-commit](https://pre-commit.com/) to enforce code style and quality. To install pre-commit, run:

```sh
pre-commit install
```

## Resources

- [Hono - Ultrafast web framework for the Edges](https://hono.dev/top)
- [RPC](https://hono.dev/guides/rpc)
- [Zod OpenAPI with Hono](https://hono.dev/snippets/zod-openapi)
- [Swagger UI - Hono](https://hono.dev/snippets/swagger-ui)
- [Best Practices](https://hono.dev/guides/best-practices)
- [Hono on Cloudflare with SST | Ion](https://ion.sst.dev/docs/start/cloudflare/hono/)

## Author

👤 **Dung Huynh**

- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)

## Show your support

[![Star History Chart](https://api.star-history.com/svg?repos=jellydn/hono-sst-demo&type=Date)](https://star-history.com/#jellydn/hono-sst-demo)

Give a ⭐️ if this project helped you!

[![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/dunghd)
[![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/dunghd)
[![buymeacoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/dunghd)