I am doing a web application using PHP and used xampp as server. In my application, I want to implement chatting functionality so I am using socket.io,node.js and express.js.
In the file named the group.PHP, i have shown group list in a table with 'show detail' button. I want the popup to be opened with the selected group when 'show detail' button gets clicked.
How do I implement this with using Node/Express?
I am facing a port number issue too as xampp port is 80 and I have to use some port number for the Express server to listen to the request.