Hacker News new | past | comments | ask | show | jobs | submit login

Do you run anything else on that server? (i.e. git, blog?)



Currently just running the Node.js server.


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?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: