Adds full compatibility to the bun #5112
Replies: 1 comment
-
|
Appreciate the writeup.
If anyone here is interested in taking point on (1) and (2), reply on this thread and we'll figure out the next step. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, AdonisJS v7 is primarily designed and tested for Node.js. While some developers have successfully run AdonisJS on Bun with workarounds, there is no official support or guarantees.
Many developers are migrating to Bun because of its significantly faster startup time, better performance, and modern developer experience. It would be great if AdonisJS could officially support Bun as a first-class runtime.
@adonisjs/core,@adonisjs/lucid,@adonisjs/auth, etc.) work properly under Bun without major workarounds.acecommands and the development server using Bun.Additional context
Bun is gaining a lot of traction in the TypeScript ecosystem. Adding official support would make AdonisJS more attractive to developers who prefer Bun over Node.js, similar to how frameworks like Elysia, Hono, and NestJS are embracing Bun.
Related packages that might need attention:
@adonisjs/core@adonisjs/lucid/ database drivers@adonisjs/assemblerWould the AdonisJS team be open to exploring official Bun support?
Beta Was this translation helpful? Give feedback.
All reactions