0.1.13 • Published 1 year ago

hono-runtime v0.1.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago