real time application with php

1

I have the following problem I need to implement actions in real time in an application already developed using php running on iis.

I have already managed to make my application communicate with an application in node.js (which could be react php, I even made a version like this) and send message to the client.

This would already be enough to meet my need if it were not for a detail the site and loaded by https and application node.js listen on port 9000 without https, then browse blocks the content.

I would like to know if you can enable ssl on both port 443 and port 9000 with the same digital certificate?

If someone knows a different solution to my problem please leave it logged.

    
asked by anonymous 27.07.2015 / 00:49

0 answers