HonoH
Hono2y ago
kyoto2k

Using Hono through Bun inside a Node/Pnpm Monorepo

Hello,

I would like to use Hono inside our Turborepo project, but actually we are using
pnpm
since many said that using
bun
are not stable enough. It's possible to use and deploy Hono on Bun under that context? I want to avoid the
hono/node-server
because it has some issues, and the ideal scenario would be able to deploy through Docker this hono instance (using turborepo prune feature).
Was this page helpful?