Y
Hacker News
new
|
ask
|
show
|
jobs
by
Roby65
4067 days ago
Why the decision to use C++ instead of NodeJS?
2 comments
Matheus28
4067 days ago
The main limitation on a server capacity is CPU
link
tomsmeding
4067 days ago
Probably speed.
link
_tfot
4067 days ago
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.
link
loceng
4067 days ago
Is it signifiant? I haven't even thought to lookup benchmarks.
link