Web framework built on Web Standards

Built an example app that combines @Cloudflare D1 and @honojs to put an authenticated HTTP API in front of your database: github.com/elithrar/http-api… Exposes .all(), .exec() and .batch() to any existing app:
2
9
49
10,137
Cooooool! Hono works on Express!
6
7
74
9,706
Hono works on Next.js App Router! But, what for??
6
9
83
12,543
Ok, this is potentially huge for itty users. I happen to be partial (and obviously biased) towards our syntax, but @honojs clearly has a more feature-rich framework (e.g. auth). Now you may be able to enjoy the best of both!
`app.mount()` is awesome! You can mount your app built with **any** framework based on Web Standard. e.g. itty-router app can run on Hono app. and you can use Hono's Basic auth middleware. There's no need to write it from scratch! It can mount Remix, Qwik, or SolidJS, too!
1
2
10
2,870
`app.mount()` is awesome! You can mount your app built with **any** framework based on Web Standard. e.g. itty-router app can run on Hono app. and you can use Hono's Basic auth middleware. There's no need to write it from scratch! It can mount Remix, Qwik, or SolidJS, too!
2
10
33
8,181
Without Hono, you'd have to write adapters for each runtime such as CF Workers, Deno, Bun, Vercel, Fastly, Node.js... But, with Hono, there's no need for that. Hono **mounts** your framework, and it's capable of **adapting** to any runtime!
1
3
10
1,485
Hono **adapts** to any JavaScript runtime. Hono **mounts** any Web framework. This is the Ecosystem we aspire to create!
2
2
14
1,005
Yay! Hono v3.2.0 is out now! * New routers: LinearRouter, PatternRouter * Presets: `hono/quick`, `hono/tiny` * `app.mount()` * Node.js Adapter v1.0.0 * AWS Lambda function URLs support Enjoy! github.com/honojs/hono/relea…
13
29
6,843
Today's first announcement. The Node.js Server Adapter v1.0.0 is now released! It doesn't rely on external libraries for polyfilling, but instead, it uses only Node.js's Native Web Standard APIs! github.com/honojs/node-serve…
3
19
117
18,225
Hey, Hono v3.2.0 will be released soon!!!
1
1
30
2,455
Remix runs on Hono on Next.js
Crazy! Remix runs on Next.js Edge API Routes! There's no doubt about it! github.com/yusukebe/remix-on…
8
1,895