jjjrmy / examples

Examples using Hono.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 96.0%Language:JavaScript 2.2%Language:HTML 1.8%