© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Victoria A. Davis
Designing future webapps
I am using the Node module Socket.io to create a realtime app. Just curious to know how many concurrent connections it can handle. I will be deploying my code to DigitalOcean's VPS with 2GB RAM.
Gary Torres
I'm a software developer. Passionate for NodeJS, Javascript and web technologies.
I don't know a straight answer but this article could help you have an idea of how many connections you could get http://drewww.github.io/socket.io-benchmarking/
Also, look at the comments on this Stackoverflow thread, is very insightful stackoverflow.com/questions/15872788/maximum-conc…
Gary Torres
I'm a software developer. Passionate for NodeJS, Javascript and web technologies.
I don't know a straight answer but this article could help you have an idea of how many connections you could get http://drewww.github.io/socket.io-benchmarking/
Also, look at the comments on this Stackoverflow thread, is very insightful stackoverflow.com/questions/15872788/maximum-conc…