|
|
|
|
|
by uppity
3313 days ago
|
|
You've described a classic I/O bound server application (waiting on the database) that Node handles well. As soon as you introduce serious computations or server side rendering into the request handling performance would fall dramatically. |
|