Skip to content

QuiiBz/hono-examples

 
 

Repository files navigation

Hono Examples

This repository is containing examples using Hono.

Included Examples

How to run

Cloudflare Workers

Install:

yarn install

Run:

yarn dev

Deno

deno run --allow-net hello.ts

or allow to read files on local disk:

deno run --allow-net --allow-read jsx.tsx

Bun

Install:

bun install

Run:

bun run hello.ts

Boilerplates

Author

Yusuke Wada https://github.com/yusukebe

License

Distributed under the MIT License.

About

Examples using Hono.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 2.2%
  • HTML 1.8%