how many connections can one web socket handle?

I was wondering how many connections in parallel can one web socket handle?
what i mean is if i made a chat socket and a million user connected to it at the same time, will it affect it in anyway? and if yes, what is the maximum number of connections can one socket handle? and is there anyway to make one web socket handle the maximum traffic possible??

i made a research on the internet but there seems like nothing that can help me.

You wouldn’t want to use a socket for a chatroom or chatbox, its inpracticle. I don’t know the exact amount, but if a server admin saw a million users flooding the server, he’d shut it down thinking it was a DDOS attack.

Sponsor our Newsletter | Privacy Policy | Terms of Service