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.
- It's not at all clear what you're asking.jfriend00– jfriend002017-10-08 18:17:28 +00:00Commented Oct 8, 2017 at 18:17
- I mean, how many current users could the socket.io support?Navid Shad– Navid Shad2017-10-08 18:24:54 +00:00Commented Oct 8, 2017 at 18:24
- Please edit your question to clearly ask exactly that. 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.jfriend00– jfriend002017-10-08 18:57:27 +00:00Commented Oct 8, 2017 at 18:57
- the question was edited. what type of os and hardware do you recommend?Navid Shad– Navid Shad2017-10-09 07:08:56 +00:00Commented Oct 9, 2017 at 7:08
- OS and hardware recommendations are off-topic for stack overflow. There are probably other hardware-focused stacks in the stackexchange family where that would be appropriate.jfriend00– jfriend002017-10-09 13:36:17 +00:00Commented Oct 9, 2017 at 13:36
Add a comment |
1 Answer
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