Hi there!! I am developing a web page using WebSockets, but only testing in my localhost, starting my PHP daemon listening socket using “php -q mydaemon.php”.
The problem is when I upload my web page to my server. How can I start a PHP daemon in my remote server??
I am new with WebSockets and maybe this is a very stupid question, sorry a lot.
Thank you very much!

