cloudfoundry / nodejs-buildpack

Cloud Foundry buildpack for Node.js
http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
169 stars 382 forks source link

Bun support #733

Open zanfee opened 3 months ago

zanfee commented 3 months ago

Hi,

are there any plans to support Bun as a runtime or package manager? Bun aims to be compatible with Node.js and I think it could improve performance and reduce resource usage compared to Node.js, as Bun is optimised to use less memory.

I couldn't find anything regarding Bun and Cloudfoundry online and I don't have much experience regarding buildpacks. Maybe it would make sense to create a separate buildpack for it?