▲ | nailer 3 days ago | |||||||||||||||||||||||||||||||||||||||||||||||||
> the standard lib still forces you to rely on endless npm dependencies How? We have async/await file access, a async/await test runner, and even async/await sleep built in. What are you missing? | ||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | pier25 3 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||||||||
> What are you missing? Everything else needed to make a backend app. At the very least, Node should provide fundamental pieces like database drivers. Currently the best PG driver[1] depends on a single guy. Bun already provides its own PG driver [2] and Jarred has written they will keep investing into more built-in APIs. | ||||||||||||||||||||||||||||||||||||||||||||||||||
|