A TypeScript server compiled to native code with geatsc outperformed Rust's Hyper in benchmarks, serving 313,046 requests per second compared to Hyper's 273,595. The same TypeScript source code runs 4.1× faster as a compiled binary than under Node.js, using significantly less memory and achieving faster cold starts.