|
|
|
|
|
by z8000
5961 days ago
|
|
Have you tried stressing the server with thousands of clients? I'm curious how Node.js holds up and how much RAM it uses per connection without (or with?) major TCP/IP tuning of buffer sizes, Nagle, etc. I ask because you have no scale-out capability given that all the users are stored in a simple JS object (great for a demo of course). Any plans on this front? |
|