DEV Community

Discussion on: Deno vs Bun vs Node.js: The Ultimate Runtime Showdown

Collapse
 
jaood_xd profile image
Maksym Shenderuk

I think the following statement is controversial and somewhat misleading:

"Bun's JavaScriptCore outperforms V8 in HTTP throughput."

Neither JavaScriptCore nor V8 includes a built-in HTTP server or features directly related to HTTP performance. In this case, performance depends almost entirely on how the platform itself implements the necessary APIs.

Collapse
 
bilelsalemdev profile image
bilel salem

Yes, Im wrong, I should say : "Bun's runtime architecture (JavaScriptCore + Zig-native HTTP server) outperforms Node's (V8 + libuv) in HTTP throughput benchmarks."