How can we create random chat application in node js. Suppose I am user I logged in and i have multiple user list i want to chat random to user [closed]

How can we create random chat application in node js. Suppose I am user I logged in and i have multiple user list i want to chat random to user. Do I need seperate socket for different chat windows. or I can create one socket. I tried many times but I was not able to find solution. Do you have any references you can provide me.How can I bulid this application.

I am expecting any references.