Settings

Theme

Ask HN: What are some examples of high performance Node.js apps?

1 points by jacksgt 2 years ago · 1 comment · 1 min read


Node was specifically built with performance in mind, which is one of the reasons it embraces the async I/O programming model so heavily. In addition, JavaScript runtimes such as v8 are some of the most optimized and engineered pieces of software ever made. Nevertheless it feels like most (non-web browser) JavaScript applications are pretty slow and resource inefficient. What are some counter examples to this?

drpossum 2 years ago

I'm not sure how you expect an answer when you don't define what things like "high performance" or "pretty slow and resource inefficient" even mean in your context.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection