It definitely has some benefits:
- It starts up insanely quickly compared to Node.
- It can run typescript directly, allow the build step to be reduced to verify/noEmit.
It does not implement NodeJS APIs perfectly, so I've had to add some special handling for Bun, but I think that's okay.