-1

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.

apaderno
  • 28,547
  • 16
  • 75
  • 90
Nil
  • 5
  • 6
  • 1
    Paste you code here... – GYaN Oct 10 '17 at 10:38
  • @ gyandeep shanrma please refer question already i have posted:https://stackoverflow.com/questions/46641091/page-content-not-loading-displayed-after-send-request-in-res-render-using-node – Nil Oct 10 '17 at 11:12

1 Answers1

0

Hi I got what to do and its working now.

I have followed answer of "T.Todua" of post : How to install nodejs on Xampp localhost

Nil
  • 5
  • 6