Reputation: 1016
I want to make an 'online chat module' for a supporting website. the project must be done by nodejs. so I want to use socket io library for this purpose. how many current users could the socket.io support? what type of os and hardware do you recommend? thank you.
Upvotes: 0
Views: 199
Reputation: 707466
It depends upon your server OS, configuration, hardware, network and traffic profile, but there are socket.io configurations that support tens of thousands of connections so 100 should be easy.
See these for more info:
Maximum concurrent Socket.IO connections
Realtime node.js stress test with socket.io
Node.js with 1M concurrent connections
Upvotes: 1