Hey, if you are using Elysia on production and want to reduce memory usage.
Try compiling your server to a binary
$ bun build --compile src/index.ts - -outfile ./app
Elysia 1.0 beta
$ bun add elysia@next
Updating to 1.0, your project should work as is without change.
If something broke, feels free to report issue on GitHub down below.
Hono v4 is out!
Keep the core small, but go to full-stack. New features:
* Static Site Generation
* Client Components
And… File-based Routing named
HonoX is born!
Enjoy.
github.com/honojs/hono/re…