Hacker News new | ask | show | jobs
by rbranson 5722 days ago
Translation: per-client, it uses very little resources, and V8 garbage collection is a good fit for the type of services Node.js targets. It's mostly about memory.

... and yes, as others have pointed out, Node.js supports process forking, which is arguably the better model for CPU scaling in these types of services.