Hi, there. I'd like to know if it's possible to use a chat system here (PHP, JS, Websocket). I have a chat system made in php and integrated with a socket by using JS, and in localhost, everytime I want to use it, I have to start the server first using the command below in terminal:
php.exe websocket_server.php
Is there any way of doing this here? If so, what are the procedures? How do I do this here? Thank you!