Replies: 3 comments 1 reply
-
我们有计划这样做,预期会在明年第一个季度发布这个特性 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这里之所以有 express / koa 的原因是在 modern.js 1.0 的时候,没有使用 hono,现在可以启动了 |
Beta Was this translation helpful? Give feedback.
1 reply
-
目前基于 Hono 的 BFF 已经盒马了,我们将在近期提供文档。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如题,在文档中Web服务器一篇中,提到了"Modern.js 基于 Hono 框架 搭建了自己的 Web 服务器。Hono 是一个小型、简单且超快速的基于 Web 标准的框架,它能在任何 JavaScript 运行时上运行。"
既然hono可以当做web服务器来使用,那么在使用bff的时候为什么要增加express和koa的运行时呢,直接使用内置的hono不可以吗?感觉增加express和koa的运行时是有点多余。
希望大佬解答
Beta Was this translation helpful? Give feedback.
All reactions