Live data from Hacker News

Show HN: Write Node.js code in Rust to achieve massive HTTP throughput

npmjs.com

11–14 of 14 posts

Re: Show HN: Write Node.js code in Rust to achieve massive HTTP throughput

#11

Why not bypass Node.js entirely and write the service(s) directly in Rust? Am I missing anything?

Not everyone knows Rust, but JavaScript is widely known. A library that delivers Rust-level performance without requiring developers to learn anything new would likely be very popular. That being said, if you need Rust performance, it's a better idea to just learn Rust. Is not that hard.

Re: Show HN: Write Node.js code in Rust to achieve massive HTTP throughput

#12

Why not bypass Node.js entirely and write the service(s) directly in Rust? Am I missing anything?

Every one need node so who gonna migrate all those legacy code bases to some other language just to get extra perf...?

Re: Show HN: Write Node.js code in Rust to achieve massive HTTP throughput

#13

Why not bypass Node.js entirely and write the service(s) directly in Rust? Am I missing anything?

Every one need node so who gonna migrate all those legacy code bases to some other language just to get extra perf...?

not every one do need node
Post reply on HN