Hacker News new | ask | show | jobs
by tomsmeding 4065 days ago
Probably speed.
2 comments

Think that part of it is that only one process or thread can run at any given time in node. So, if you have a complicated multiplayer server, subroutines will start getting blocked.
Is it signifiant? I haven't even thought to lookup benchmarks.