Remix.run Logo
thewarman 11 hours ago

This (single executable) is available in node.js now too as SEA mode.

claytongulick 11 hours ago | parent [-]

But I think it still doesn't work with ESM, only CommonJS, so while not insurmountable, not as good as bun.

williamstein 11 hours ago | parent [-]

SEA with node.js "works" for nearly arbitrarily general node code -- pretty much anything you can run with node. However you may have to put in substantial extra effort, e.g., using [1], and possibly more work (e.g., copying assets out or using a virtual file system).

[1] https://www.npmjs.com/package/@vercel/ncc