| ▲ | domh 5 days ago | |||||||||||||||||||||||||||||||||||||
What's wrong with just using Node? It's stable, has a good (and growing) standard library and has enough backing to be self sustaining. edit: There's also nub which is built on top of Node.js and removes some rough/legacy edges: https://github.com/nubjs/nub | ||||||||||||||||||||||||||||||||||||||
| ▲ | franciscop 5 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||
Node.js is virtually the only platform not supporting the Fetchable convention: | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | hresvelgr 5 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||
It consolidates a lot of really annoying nits and quality of life aspects like bundling, module resolution, testing, env handling, etc. Node is just the runtime and still would require libs like esbuild, jest/vitest, dotenv, and so on. It's genuinely nice to have those out of the box, and generally in Bun the performance is quite significantly better in places that matter. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||