logoalt Hacker News

qyronyesterday at 11:21 PM1 replyview on HN

Any plans to support Node.js? Also some comparison (at least design choices) with existing frameworks would be nice.


Replies

chenxin-yanyesterday at 11:46 PM

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.