I noticed that the maximum concurrent connections with node.js with socket.io are about 1000 connections.
node.js
socket.io
Is it possible to increase this number with the ulimit command on linux? setting ulimit on 65536 can solve my problem?
ulimit
Install ulimit for the user account node.js runs on a larger number.