Hacker News new | ask | show | jobs
by qyron 86 days ago
Any plans to support Node.js? Also some comparison (at least design choices) with existing frameworks would be nice.
1 comments

Technically most modules would work with node.js as they are not using any bun specific APIs. The reason for crust to be all in bun is because bun can compile your cli into binaries for distribution which powers curst build. The idea is that since you will have bun bundled with your CLI to end user. the developer does have to worry about the end users don't have bun installed and use Bun api freely when building.