Hi,
We noticed that SoftwareBrothers/adminjs relies on Node.js for various parts of its operation, including potentially the app/, dashboard, and admin entry points. A recent benchmark comparison between Bun and Node.js highlights Bun's generally faster execution across various JavaScript/TypeScript workloads.
Given that adminjs functions as a dashboard, performance in areas like startup time, build processes, or even specific service operations could be relevant. Exploring an alternative runtime like Bun might offer improvements in these areas.
We propose a small, isolated experiment within the adminjs project: perhaps creating a proof-of-concept branch to run a specific build step or a local development server for one of the admin or dashboard entry points using Bun, to observe any potential gains in startup or build times.
Hi,
We noticed that
SoftwareBrothers/adminjsrelies on Node.js for various parts of its operation, including potentially theapp/,dashboard, andadminentry points. A recent benchmark comparison between Bun and Node.js highlights Bun's generally faster execution across various JavaScript/TypeScript workloads.Given that
adminjsfunctions as a dashboard, performance in areas like startup time, build processes, or even specificserviceoperations could be relevant. Exploring an alternative runtime like Bun might offer improvements in these areas.We propose a small, isolated experiment within the
adminjsproject: perhaps creating a proof-of-concept branch to run a specific build step or a local development server for one of theadminordashboardentry points using Bun, to observe any potential gains in startup or build times.