0.1.13 • Published 3 years ago

hono-runtime v0.1.13

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

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago