-
Notifications
You must be signed in to change notification settings - Fork 163
Description
Related to an existing integration?
Yes
Existing integration
CommunityToolkit.Aspire.Hosting.JavaScript.Extensions
Overview
Currently, CommunityToolkit.Aspire.Hosting.JavaScript.Extensions does not provide support for installing and running with the Bun JavaScript runtime. Supporting Bun as an installer would allow developers to leverage faster startup times, improved performance, and greater interop with modern JS tooling.
Usage example
Developers could initialize their project with CommunityToolkit.Aspire.Hosting.JavaScript.Extensions using Bun as their runtime environment, enabling seamless JS service hosting through Aspire with Bun-specific benefits.
Breaking change?
No
Alternatives
The only available option today is using Node.js-based installers. There is currently no way to use Bun directly as the backing runtime for CommunityToolkit.Aspire.Hosting.JavaScript.Extensions. A custom setup or wrapper would be required.
Additional context
Bun is gaining popularity for JavaScript server-side hosting due to its performance and features. Adding support will increase adoption and flexibility for end users.
Help us help you
Yes, I'd like to be assigned to work on this item