this post was submitted on 07 Oct 2023
1 points (66.7% liked)

Node.js

212 readers
2 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (1 children)

No matter how low overhead you get, it's still node, which means it's still an actual order of magnitude behind Go & Asp.Net Core (~600k RPS raw Node, ~7mill RPS with asp.net core & go). Which means 10x the compute costs for the same outcomes.

It's not a bad thing, to be clear, but the underlying technology has issues that frameworks on top of it can't really address.

Also the meme of "yet-another-framework", which may or may not be in some state of deprecation, abandonment, or incompatibility in 5 years.

[–] [email protected] 1 points 11 months ago

No matter how low overhead you get, it’s still node, which means it’s still an actual order of magnitude behind Go & Asp.Net Core

I'm not so sure about that, at least in general terms. Some benchmarks show Node.js outperforming Go. See Web server 'hello world' benchmark : Go vs Node.js vs Nim vs Bun (previous discussion here)