0.1.13 • Published 2 years ago

hono-runtime v0.1.13

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

UNDER DEVELOPMENT, COME BACK SOON!

hono-runtime

Instantiate hono using the same code across different runtimes.

Installation

Using hono-runtime npm package:

npm i hono-runtime

No need to include hono package because hono-runtime includes hono as its dependency. You can also use a template to start a hono-runtime project:

npm create hono-runtime-template

Code Usage

import { Hono } from 'hono-runtime/cloudflare'

const app = new Hono()

/* your code here */

export default app.serve()
0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago