logoalt Hacker News

pjmlptoday at 7:03 AM5 repliesview on HN

Another rewrite in Rust.

What about finally stop using node.js for server side development?


Replies

hrmtst93837today at 7:59 AM

Rust works well for toolchains where speed counts and you can control deps, but it's a much bigger ask for server-side app logic where teams lean on JS and its libraries. Switching an established stack to Rust hits hiring and maintenance friction fast, especially with async and lifetime bugs. For Vite's community, requiring plugin authors to redo everything in Rust would probably destroy most of the value users care about.

show 1 reply
maccardtoday at 8:51 AM

I’m with you. It’s very telling when all of the tools are being rewritten and seeing orders of magnitudes of speed ups.

It just shows that people don’t value the actual performance of what they’re running.

CodeComposttoday at 7:51 AM

Node as a compiler runtime or node as a runtime runtime?

show 1 reply
vijaybrittotoday at 7:18 AM

This is for tooling.

Node.js has been extraordinarily useful for building build tools. We're outgrowing it's capacity and rightfully moving to a compiled language. Also faster tooling is essential for establishing a high quality feedback loop for AI agents

show 1 reply
mmusctoday at 8:53 AM

isnt that what projects like bun are aiming to do?