NodeJS/Bun/Deno all kind of suck with parallel workloads. I tried to write a simple http stress tester. They all start to fail in weird ways. And the code is hard to read (because of workers, message passing etc).

Of course right answer was Rust, it basically is single 90 line main.rs file, that is readable as well.

#Rust #JavaScript