-
### What is the feature you are proposing?
Hono's RegExpRouter is fast, but it has the disadvantage that route registration is slow.
> RegExpRouter is fast, but the route registration phase can …
-
### Discussed in https://github.com/orgs/honojs/discussions/2380
Originally posted by **RomanNabukhotnyi** March 19, 2024
Hey! I have a large application using hono and I'm running into a prob…
-
I'm exploring the possibility of supporting Express.js compatible middleware in Hono. This would allow for easier migration from Express to Hono and enable the use of the vast ecosystem of Express mid…
-
React refresh is not working when using @hono/vite-dev-server and vite-react-plugin.
To make it works, we should transform the HTML with `viteServer.transformIndexHtml(req.url, html)`
https://g…
-
midway 越来越好用了,开发起来很顺手,感谢midway团队。似乎QPS不是很高,koa router 或许可以换成[koa-tree-router](https://github.com/steambap/koa-tree-router)?或者在v4版本标准项目中提供一个web 框架[honojs/hono](https://github.com/honojs/hono),egg感觉在v4中…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [x] I have searched existing issues to ensure the bug has not already been reported
### Mongoose version
8.4.0
### Nod…
-
To support my channel and pay for AWS, I'm planning to start making very **SPECIALIZED** tutorials for channel members only. If you have any requests, leave them here and be specific as possible. **Be…
-
The `@zemble/routes` is very easy to get started with, but is missing a few things to make it on par with GraphQL:
- [ ] Support for OpenAPI. https://github.com/honojs/middleware/tree/main/packages…
-
Sometimes in a view route, I want to call an another route handler to get data. It would be awesome if Hono has this built in.
Runtimes like Cloudflare workers do not allow workers to "fetch" them…
-
### What version of Hono are you using?
4.6.3
### What runtime/platform is your app running on?
Bun
### What steps can reproduce the bug?
```typescript
app.use("/static/*",
serveStatic({
…